配置免SSH

在要远程登录别人的服务器中生成授权标识:
ssh-keygen -t rsa
上传至需被免登录的服务器:
scp ~/.ssh/id_rsa.pub root@xx.xx.xx.xx:/root/.ssh/authorized_keys


最后即可远程登录

原文地址:https://www.cnblogs.com/hark0623/p/4775652.html