linux命令笔记
时间:2014-05-29 17:00:46
收藏:0
阅读:270
1 ssh-keygen (Create public and private keys)
2 ssh-copy-id -i ~/.ssh/id_rsa.pub remote-host (Copy the public key to remote-host)
3 ssh remote-host (不用密码了)
评论(0)