aws / aws/aws-ec2-instance-connect-cli
feat: use only long options to avoid stomping on ssh options
Open
- Dominant language
- Python
- Stars
- 168
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
Currently, mssh uses the short option `-t` which conflicts with an existing `ssh` option (ptty allocation).
It would be great if the short option(s) could be removed, or if alternatively an environment variable could be set to eliminate short options altogether.
Contributor guide
Assessment
This issue has not been assessed yet.