1.所有机器:执行ssh-keygen 生成秘钥
2.ssh-copy-id -i ~/.ssh/id_rsa.pub hucom@192.168.xx.xx
使用ssh-copy-id设置master可以免密登录其他的子服务器
3.使用scp copy 其他节点的id_rsa.pub到master服务器
4.使用 cat id_rsa.pub >> authorized_keys
将免密认证copy合并到authorized_keys
将authorized_keys放到所有的服务器的.ssh目录下
网友评论