三步 ssh 免去密码 登录vps

first-step:

  ssh-keygen     --->password file-->enter passphrase-->enter passphrase again

second-step

  ssh-copy-id -i ~/.ssh/id_rsa.pub root@ip_address

third-step

  ssh root@ip_address

posted @ 2013-10-22 09:08  Epirus  阅读(401)  评论(0)    收藏  举报