红联Linux门户
Linux帮助

使用私钥.pem和SecureCRT登陆linux系统

发布时间:2016-01-31 10:04:36来源:linux网站作者:my_cool2007

将密钥上传到一台自己的linux主机,下面举例文件名为 key.pemchmod 600 key.pem改写密钥格式为 OpenSSH,如果询问passphrase可以留空(直接回车)ssh-keygen -p -f key.pem生成公密钥 .pub 文件。


使用公密钥时,SecureCRT会询问私密钥或者.pem文件ssh-keygen -e -f key.pem >> key.pem.pub现在可以在 SecureCRT 中使用刚生成的公密钥了。


本文永久更新地址:http://www.linuxdiyf.com/linux/17798.html