创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。
你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。
发帖前请点击 发表主题 右边的 预览(👀) 按钮,确保帖子格式正确。
KubeSphere版本信息
参考安装:https://kubesphere.io/zh/docs/installing-on-linux/high-availability-configurations/internal-ha-configuration/
kubesphere v3.2.1 kubernetes v1.21.5
问题是什么
failed: [master] failed to connect to xx.xx.xx.xx: could not establish connection to xx.xx.xx.xx:22: ssh: handshake failed: ssh: no common algorithm for client to server cipher; client offered: [aes128-gcm@openssh.com chacha20-poly1305@openssh.com aes128-ctr aes192-ctr aes256-ctr], server offered: [aes128-cbc aes192-cbc aes256-cbc 3des-cbc]
xx.xx.xx.xx是master的ip;
请教下,使用kk安装高可用时,这样问题有碰到
ssh_config配置了 client / server 提供的cipher配置,好像都不行。
同台机器:
/etc/ssh/sshd_config 配置了,Ciphers aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc
/etc/ssh/ssh_config 也配置了,Ciphers aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc