tiup cluster reload tidb 失败

使用tiup 升级TiDB集群配置
运行 tiup cluster reload tidb 时候报错:
ssh: handshake failed: ssh no common algorithm for client to server cipher; client offered [as128-gcm@openssh.com ],server offered:[3des-cbc]

Hi ~ 麻烦一下 TiUP 的版本情况哈,执行命令并返回结果

tiup --binary cluster

可以直接升级配置吗 ?

/home/aidb/.tiup/components/cluster/v1.0.9/tiup-cluster

可以先把 tiup 升级一下版本,再试试。升级方法就是通过下面的操作,重装一下 tiup,对 tiup 管理的集群没有影响。

curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh

有离线包吗? 场内环境不能连接公网

有的,可以自己试着下载一下离线包。
https://docs.pingcap.com/zh/tidb/stable/production-deployment-using-tiup#部署离线环境-tiup-组件

我补了一张贴图, 如果ssh免密打通 还需要这个 handshake吗?

看起来是客户端和服务端的 ssh 协商不出来共有的加密方式,可以手动 ssh 试试 -ssh=system 方式看一下 。

此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。