Closed sticnarf closed 2 years ago
I suspect the SSH server on your deployment machine (localhost in this case) is too new and share no common cipher with our builtin SSH implementation...
I suspect the SSH server on your deployment machine (localhost in this case) is too new and share no common cipher with our builtin SSH implementation...
Ah, I see. OpenSSH 8.8p1 disables RSA/SHA-1 authentication. SHA-256 signature must be used instead.
Blocked by https://github.com/golang/go/issues/39885
It will be good to add the workaround to the documentation, https://docs.pingcap.com/tidb/stable/quick-start-with-tidb#Linux. That is to use --ssh=system
as I also ran into this and spent quite a bit of time before seeing the work around after a Google search.
Bug Report
Please answer these questions before submitting your issue. Thanks!
Using
tiup cluster
to manage a cluster deployed locally. For example:If I specify
--ssh system
, it works well.Start the cluster successfully.
tiup --version
)?