client字符集?
先在SSH Secure Shell Client利用密碼登陸自己的服務(wù)器獲取公鑰Edit → settings → keys選擇Generate New...選擇RSA,20后會(huì)生產(chǎn)生產(chǎn)公鑰。下載公鑰下載公鑰到服務(wù)器 upload 后把destination的 .ssh2 改為.sshFile 和 Comment 可以自己設(shè)置,Passphrase 是利用公鑰時(shí)需要驗(yàn)證的。查看和轉(zhuǎn)化cd /etc/.ssh 查看公鑰ssh-keygen -i -f ssh_secure.pub >> authorized_keyswindow ssh 轉(zhuǎn)換成openssh 認(rèn)識(shí)的格式修改sshd_config文件RSAAuthentication yes 開啟RSA驗(yàn)證PubkeyAuthentication yes 使用公鑰驗(yàn)證修改權(quán)限chmod 600 /root/.ssh/authorized_keys重新啟動(dòng)systemctl restart sshd使用public key 登陸public_key成功標(biāo)志success