ssh 免密码登录linux

Posted 星空守望者--jkmiao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ssh 免密码登录linux相关的知识,希望对你有一定的参考价值。

就两步,take it easy!

step1. 在A-PC生成公钥和密钥对

ssh-keygen -t rsa

step2. 将A-PC公钥上传至B-PC

ssh-copy-id [email protected]192.168.0.xxx

 

now, enjoy yourself and have a good job!

以上是关于ssh 免密码登录linux的主要内容,如果未能解决你的问题,请参考以下文章

有啥方法方便用SecureCRT免密码用ssh登录linux主机。

ssh免密码登陆及其原理

ssh免密码登陆及其原理

如何在linux中如何配置ssh免密码登录

如何在linux中如何配置ssh免密码登录

Linux免SSH密码登录