-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TiUP cluster does not work with builtin ssh executor #1609
Comments
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 golang/go#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 |
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
)?The text was updated successfully, but these errors were encountered: