服务器A ,B A要免密码登陆B 1:在A上执行 ssh-keygen 2: 进入 .ssh文件找到生成的公钥id_rsa.pub,复制到B服务器的/root/.ssh/authorized_keys里面 3:在B上面启动服务 /bin/systemctl start sshd.service