三台主机模拟集群
节点前提
三台主机间要能互相ping通。
SSH免密登陆配置
原理
SSH原理配置步骤
在每个节点上分别执行以下命令:
ssh-keygen -t rsa #一路回车
ssh-copy-id otherHostname #发送公匙到otherHostname,包括本机自己
如果报:ssh-copy-id not found,安装openssh-clients后再执行ssh-copy-id命令。
yum install openssh-clients -y
三台主机间要能互相ping通。
在每个节点上分别执行以下命令:
ssh-keygen -t rsa #一路回车
ssh-copy-id otherHostname #发送公匙到otherHostname,包括本机自己
如果报:ssh-copy-id not found,安装openssh-clients后再执行ssh-copy-id命令。
yum install openssh-clients -y
本文标题:Linux集群ssh免密登陆配置
本文链接:https://www.haomeiwen.com/subject/nvhrwftx.html
网友评论