INS-06006 Passwordless SSH connectivity not set up between the following nodes

INS-06006 Passwordless SSH connectivity not set up between the following nodes

 Setup成功,在操作系统上已经可以免密登陆,但是Test不过,所以下面的步骤无法进行

度娘说这个问题是由于/etc/hosts文件主机名大小写问题,经检查我的配置没有问题,后来发现问题在于虚拟机自带的虚拟网卡virbr0,将虚拟网卡删除掉,1、ifconfig virbr0 down 2、brctl delbr virbr0 3、systemctl disable libvirtd 4、重启虚拟机 5、将原来的/home/grid/.ssh文件删除,重新Setup,Test即可