Windows下如何用SecureCRT连接Amazon EC2

1、如果SecureCRT的版本大于6.5 beta 2

Support for Amazon EC2 keys has been implemented in SecureCRT 6.5 beta 2 and later. If you would like to try it, you can download it (http://www.vandyke.com/download/securecrt/beta.html) from the following web page.
  http://www.vandyke.com/download/securecrt/download.html 

To use the Amazon EC2 private key: 

Create an SSH2 session 

Specify PublicKey as the authentication method in Session Options / SSH2 

Set the Amazon EC2 key as the private key to use for the session 

Select PublicKey in Session Options / SSH2 

Click the Properties button 

Select Use session public key setting 

Browse to or enter the path to the EC2 private key in the entry box under Use identity or certificate file 

Connect to the EC2 server

2、如果SecureCRT的版本小于6.5 beta 2

首先在 AWS 管理面板中生成密钥对。

将密钥上传到一台自己的linux主机,下面举例文件名为 amazon-ec2-key.pem

修改Amazon提供的密钥文件权限:

chmod og-r amazon-ec2-key.pem

改写密钥格式为 OpenSSH,如果询问passphrase可以留空(直接回车)

ssh-keygen -p -f amazon-ec2-key.pem

生成公密钥 .pub 文件。使用公密钥时,SecureCRT会询问私密钥或者.pem文件

ssh-keygen -e -f amazon-ec2-key.pem >amazon-ec2-key.pem.pub

现在可以在 SecureCRT 中使用刚生成的公密钥了,连接到Amazon EC2也无需再输入密码。


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值