1 输入命令:ssh-keygen,生成公钥私钥,在目录~/.ssh下可以看到2 发送公钥到目标服务器ssh-copy-id -i id_rsa.pub root@ip直接回车3 测试ssh root@ip