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:
Cannot authenticate server
Reconnecting... (Cannot authenticate server)
When connecting from Debian GNU/Linux 9.12 (stretch):
Error connecting: kex error : no match for method compression algo client->server: server [zlib@openssh.com,zlib], client [none]
Reconnecting... (Error connecting: kex error : no match for method compression algo client->server: server [zlib@openssh.com,zlib], client [none])
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?
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?