切换主题
在三台主机都生成SSH key
ssh-keygen -t rsa -P "" -f ~/.ssh/id_rsa
将三台主机的公钥都分发到所有主机
ssh-copy-id gyy1 ssh-copy-id gyy2 ssh-copy-id gyy3
5c51e