-
Notifications
You must be signed in to change notification settings - Fork 146
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
Cannot authenticate server or no matching compression #77
Comments
Regarding compression, @nviennot indicated in another issue a few years ago that the tmate ssh server forces the use of compression. If the client does not support compression, the connection will fail. This is the case for example with the builtin version of OpenSSH on Windows:
|
I'm having the same problem using a PyCharm SSH-based interpreter. Is there any workaround? |
I have the same problem with the builtin OpenSSH on Windows 10, and I have solved it by downloading a newer version of OpenSSH |
I'm running the latest version of the docker container. I also downloaded the static build version 2.4.0 from Github and tried to connect from two different platforms without success:
When connecting from arch-linux:
When connecting from Debian GNU/Linux 9.12 (stretch):
The server only has an RSA key available.
It seems like the server is very strict about the compression and encryption algorithm. Is there a way to configure this without rebuilding the server?
The text was updated successfully, but these errors were encountered: