通过SSH证书实现Putty免密码登录CentOS的方法
程序员文章站
2023-01-25 18:11:56
通过SSH证书实现Putty免密码登录CentOS的方法...
使用puttygen.exe生成ssh密钥
1、下载puttygen.exe
下载地址:http://puttycn.googlecode.com/files/puttyfile_0.60cn2.zip
2、打开puttygen.exe,点击按钮generate,并在空白处随意移动鼠标以便产生随机数据。保持各项参数默认,点击按钮save private key,会提醒“are you sre you want to save this key without a passphrase to protect it ?”,可以不需要密码保护,点击是即可。
创建.ssh/authorized_keys
1、通过putty密码方式登录centos,创建文件authorized_keys
1.vim ~/.ssh/authorized_keys
2、把刚才用puttygen.exe软件生成的密钥(显示的公钥()由openssh认可:下面的内容)复制并粘贴到authorized_keys文件,保存退出。
设置putty实现用证书登录
putty→session:将host name(or ip address)填好
putty→connection→date:填好auto-login username(自动登陆用户名)
putty→connection→ssh→auth:在private key file for authentication选择认证私钥文件
回到putty→session:saved session,填个名称保存下吧,下次直接双击名称就可以登录了,赶紧登录吧.
至此,你的putty已经可以不用密码登录centos了,不过记得保管好你的密钥文件。
1、下载puttygen.exe
下载地址:http://puttycn.googlecode.com/files/puttyfile_0.60cn2.zip
2、打开puttygen.exe,点击按钮generate,并在空白处随意移动鼠标以便产生随机数据。保持各项参数默认,点击按钮save private key,会提醒“are you sre you want to save this key without a passphrase to protect it ?”,可以不需要密码保护,点击是即可。
创建.ssh/authorized_keys
1、通过putty密码方式登录centos,创建文件authorized_keys
1.vim ~/.ssh/authorized_keys
2、把刚才用puttygen.exe软件生成的密钥(显示的公钥()由openssh认可:下面的内容)复制并粘贴到authorized_keys文件,保存退出。
设置putty实现用证书登录
putty→session:将host name(or ip address)填好
putty→connection→date:填好auto-login username(自动登陆用户名)
putty→connection→ssh→auth:在private key file for authentication选择认证私钥文件
回到putty→session:saved session,填个名称保存下吧,下次直接双击名称就可以登录了,赶紧登录吧.
至此,你的putty已经可以不用密码登录centos了,不过记得保管好你的密钥文件。
上一篇: 一上路就紧张