文件名称:ec2ssh:适用于AWS EC2的ssh_config管理器
文件大小:27KB
文件格式:ZIP
更新时间:2024-05-04 13:31:05
Ruby
介绍 ec2ssh是Amazon EC2的ssh_config管理器。 ec2ssh命令将Host描述添加到ssh_config(默认为〜/ .ssh / config)。 实例的“名称”标记用作Host描述。 如何使用 1.为您的实例设置“名称”标签 例如。 将“ app-server-1”标记为“ us-west-1”区域中的实例i-xxxxx的“名称”。 2.编写〜/ .aws / credentials # ~/.aws/credentials [default] aws_access_key_id=... aws_secret_access_key=... [myprofile] aws_access_key_id=... aws_secret_access_key=... 如果您需要有关~/.aws/credentials更多详细信息,请选中 3.安装ec2ssh $ g
【文件预览】:
ec2ssh-master
----.travis.yml(346B)
----bin()
--------ec2ssh(105B)
----example()
--------example.ec2ssh(237B)
----Guardfile(188B)
----ec2ssh.gemspec(954B)
----Rakefile(116B)
----Gemfile(322B)
----.rspec(21B)
----spec()
--------aws_sdk_compatibility_spec.rb(4KB)
--------lib()
--------spec_helper.rb(780B)
----.gitignore(154B)
----lib()
--------ec2ssh.rb(18B)
--------ec2ssh()
----bash()
--------ec2ssh.bash(977B)
----zsh()
--------_ec2ssh(2KB)
----README.md(4KB)
----ChangeLog.md(2KB)
----MIT-LICENSE(1KB)
----fixtures()
--------vcr_cassettes()