I just installed Ubuntu 22.04 on my desktop computer and now the Android app AndFTP on my phone gives the error
There was a problem while connecting to 192.168.178.52:22 java.IOException
Key exchange was not finished, connection is closed.
when I try to login using SSH with a keypair, even before I entered the password of the keypair.
When I try ssh user@192.168.178.52
on the desktop itself it works just fine.
What am I doing wrong?
PubkeyAcceptedKeyTypes +ssh-rsa
andHostkeyAlgorithms +ssh-rsa
to/etc/ssh/sshd_config
and restarted the SSH server withsudo systemctl restart ssh.service
. After doing this, AndFTP is now working as before. And the same holds for the programs SFTP Net Drive 2017 and MobaXterm. I'm only wondering if adding these lines might make my security more vulnerable...is that the case? – Adriaan May 07 '22 at 18:21