ssh配置

ssh-keygen

cat id_rsa.pub >> authorized_keys

目标机器上授权

chmod 700 ~/.ssh

chmod 600 ~/.ssh/authorized_keys

ssh root@{remote.target.host}

posted @ 2014-07-10 15:49  青竹居士  阅读(121)  评论(0)    收藏  举报