[X2Go-Dev] x2go doesnt connect when using chacha ciphers
bo0od
bo0od at riseup.net
Mon Jun 22 15:36:59 CEST 2020
When im trying to connect it says:
```
key error: no match for method encryption client -> server: server
[chacha20-poly1305 at openssh.com], client [aes256-ctr, aes192-ctr ,
aes128-ctr , aes256-cbc , aes192-cbc , aes128-cbc, blowfish-cbc , 3des-cbc]
```
Though connecting using SSH works just fine. here is the sshd logs:
```
Jun 20 22:00:50 host sshd[4651]: Unable to negotiate with xxx.xxx.xx.xxx
port xxxxx no matching cipher found. Their$
Jun 20 22:01:29 host sshd[4709]: Unable to negotiate with xxx.xxx.xx.xxx
port xxxxx: no matching cipher found. Their$
Jun 20 22:01:40 host sshd[4727]: Accepted publickey for user from
xxx.xxx.xx.xxx port xxxxx ssh2: ED25519 SHA256:/sA$
Jun 20 22:02:50 host sudo: user : TTY=pts/0 ; PWD=/home/pi ;
USER=root ; COMMAND=/bin/nano /var/log/auth.log
Jun 20 22:02:50 host sudo: pam_unix(sudo:session): session opened for
user root by user(uid=0)
```
first 2 attempts done through x2go which failed due to no matching
ciphers , last attempt done through ssh which worked just fine.
If you are asking what is my ssh and sshd configurations are you can
find them here: (though its unrelated because ssh is working fine the
issue is within x2go)
client ssh:
https://www.whonix.org/wiki/Ssh#Client_Configuration_File
server ssh:
https://www.whonix.org/wiki/Ssh#Server_Configuration_File
More information about the x2go-dev
mailing list