ssh 免密登陆

在.ssh文件夹下创建公私钥id_rsa和id_rsa.hub

ssh-keygen

cd ~/.ssh

上传公钥到服务器

ssh-copy-id -i ~/.ssh/id_rsa.pub root@server_id

ssh连接远程服务器,不用输入密码啦~