Is there anyway to specify which encryption algorithms x2go allows or
tries to use?
I have a problem where I've got the latest and greatest installed,
Ubuntu 15.10, latest client, etc. I have customers with old Ubuntu like 12.04LTS, and they can't connect with their old x2go clients because it can't establish a compatible set of encryption.
I'd like them of course to upgrade their OS and software and they do
understand the reason old algorithms have been blacklisted is that they are insecure, but they are resistant to doing so for a variety of reasons, hardware that doesn't work well or at all with modern releases, legacy software they want to keep running, etc.
So I'm looking for a fix that will allow them to connect with their
antique software.
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting. Knowledgeable human assistance, not telephone trees or script readers. See our web site: http://www.eskimo.com/ (206) 812-0051 or (800) 246-6874.
Robert Dinse schrieb am 18.02.2016 um 22:56:
Is there anyway to specify which encryption algorithms x2go allows or
tries to use?
I have a problem where I've got the latest and greatest installed,
Ubuntu 15.10, latest client, etc. I have customers with old Ubuntu like 12.04LTS, and they can't connect with their old x2go clients because it can't establish a compatible set of encryption.
Put the following in /etc/ssh/sshd_config (without linebreaks)
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1
Regards Klaus