linux 配置SSH免密登录

1.客户端生成公私钥

ssh-keygen

#全部默认直接回车

2.上传到需要登录的服务器

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

完成