aboutsummaryrefslogtreecommitdiffstats
path: root/src/_mssh
Commit message (Collapse)AuthorAgeFilesLines
* Update linksShohei YOSHIDA2022-11-231-2/+2
|
* _mssh: Handle error cases more gracefullyHyeon Kim2020-12-311-5/+30
| | | | | 1. Do nothing when there's no AWS CLI 2. Print error message gracefully if AWS CLI failed
* _mssh: Add a license headerHyeon Kim2020-12-301-1/+32
|
* Add 'mssh' completionHyeon Kim2020-12-301-0/+52
mssh is a Python client for accessing EC2 instances via AWS EC2 Instance Connect. References: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-methods.html#ec2-instance-connect-connecting-ec2-cli https://github.com/aws/aws-ec2-instance-connect-cli https://pypi.org/project/ec2instanceconnectcli/