1.报错host number:3 id different with host md5 number:1
问题原因:虚拟机克隆导致主机id一致
处理方法:
1.获取ssh私钥
ssh-keygen
2.获取esn
/etc/ssh/目录下所有ssh_host开头文件mv到一个临时目录,重启sshd服务,让所有ssh_host文件重新生成,然后修改ssh_host_rsa_key.pub文件权限为644。
2.ssh远程连接报错kex_exchange_identification: read: Connection reset by peer
问题原因:
/etc/ssh/sshhost*文件权限异常
默认权限为400
如果使用gbase正常安装,需修改ssh_host_rsa_key.pub文件权限为644。
3.没有权限访问ssh_host_rsa_key.pub文件
需修改ssh_host_rsa_key.pub文件权限为644