Hi,
安装KubeSphere 3的过程中遇到了ssh连不上的问题,配置了1个master 2个node, 提示错误如下:
Failed to connect to xxx: could not establish connection to xxx:22: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain
1) 实际上通过ssh手动连接是可以连上的(已经配置了authorized_keys,.ssh相关目录/文件权限也都正常,测试是通过root账户进行的)。
2) 在网上查询说是sshd_config 配置的问题,但环境上已经配置PasswordAuthentication yes,这个可以排除
求大神指点