aws-ssh:轻松通过SSH进入您的AWS EC2实例!

时间:2021-05-16 23:27:22
【文件属性】:
文件名称:aws-ssh:轻松通过SSH进入您的AWS EC2实例!
文件大小:25KB
文件格式:ZIP
更新时间:2021-05-16 23:27:22
ssh aws cli-app aws-ec2 hacktoberfest AWS SSH 通过名称SSH进入您特定于项目的AWS EC2实例,而无需记住IP地址和私钥或管理SSH配置。 转到此: ssh -i ~/.ssh/project-key.pem ubuntu@198.51.100.13 入此: aws-ssh compute 入门 先决条件 AWS-SSH在POSIX系统上需要Python 2.7或更高版本。 您还需要安装和配置 。 正在安装 点子是推荐的方法: $ pip install aws-ssh 我建议将其安装到virtualenv中,然后将二进制文件符号链接到PATH。 例如: $ mkvirtualenv -p $( which python3 ) aws-ssh # Python 3 recommended $ pip install aws-ssh # Assuming ~ /bin/ is in your $PATH .
【文件预览】:
aws-ssh-master
----setup.py(2KB)
----pylintrc(13KB)
----.gitignore(2KB)
----bin()
--------aws-ssh(179B)
--------awssh(7B)
--------ssh-ec2(7B)
----PLANNING.md(684B)
----.travis.yml(238B)
----MANIFEST.in(13B)
----LICENSE(1KB)
----setup.cfg(84B)
----README.md(3KB)
----tests()
--------test_cli.py(6KB)
--------test_aws.py(5KB)
--------test_interfaces.py(14KB)
--------fixtures.py(920B)
----aws_ssh()
--------errors.py(660B)
--------interfaces.py(11KB)
--------__init__.py(934B)
--------cli.py(5KB)
--------aws.py(1KB)

网友评论