第一步:客户端生成公私钥
ssh-keygen 一路回车,选择默认即可
第二步:上传公钥到服务器
ssh-copy-id -i ~/.ssh/id_rsa.pub root@目的ip
第三步:免密登录测试
ssh root@目的ip