ssh-keygen -t RSA -b 800
也可以直接输入:ssh-keygen 然后一路回车
ssh-keygen
cd /root/.ssh
ssh-copy-id -i id_rsa.pub [远程服务器IP]
这一步需要输入远程服务器的root密码
搞定 !!