配置免SSH

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


最后即可远程登录

posted @ 2015-09-01 14:39  HarkLee  阅读(153)  评论(0编辑  收藏  举报