fatal: no matching comp found: client zlib server none,[email protected]

 

May  4 00:04:35 sd-71796 sshd[20887]: fatal: no matching comp found: client zlib server none,[email protected] [preauth]

You need to install zlib and libgcrypt11-dev and set compression to yes on /etc/ssh/sshd_config.

sudo apt-get install libgcrypt11-dev zlib1g-dev

Then

sudo nano /etc/ssh/sshd_config

And add Compression yes to it.
Save and restart ssh.

sudo service ssh restart

In some cases you might need to restart the server.

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.