AuthorizedKeysFile .ssh/authorized_keys
PubkeyAuthentication yes
-
三台机器的/etc/hostname文件中的内容分别是node0、node1、node2;
-
三台机器的/etc/hosts文件尾部都添加以下三行内容(请按照自己机器的ip地址来填写):
192.168.119.160 node0
192.168.119.161 node1
192.168.119.162 node2
- 三台机器上都有非root账号,为了方便操作,这里为三台机器都创建了名为hadoop的账号和群组,创建命令:
groupadd hadoop && useradd -d /home/hadoop -g hadoop -m hadoop
创建完账号后记得用命令passwd初始化hadoop账号的密码;
6. 在node0机器上输入ssh hadoop@node1,尝试ssh登录node1,此时由于未配置免密码登录,所以控制台要求输入node1的密码,如下:
[hadoop@node0 ~]$ ssh hadoop@node1
The authenticity of host ‘node1 (192.168.119.161)’ can’t be established.
ECDSA key fingerprint is SHA256:DJ8ZdacngzPjAszOZTpx1WudYX+u0aAUld7ZYSK9/4g.
ECDSA key fingerprint is MD5:86:78:2f:c7:c2:97:7f:79:dd:b7:d0:26:fd:bf:a6:9b.</