# 本地服务器生成key(直接回车默认)
ssh-keygen
# 将key传输到要登录的服务器
ssh-copy-id -i /root/.ssh/id_rsa.pub root@IP地址
# 输入要登录服务的ssh密码