Page 1 of 1

SSH: version mismatch with openSSL after update (solved)

Posted: Sat Oct 19, 2024 4:26 am
by chiron

After updating openSSL to latest version available via GSlapt I get an error when trying to invoke an SSH connection, stating that openSSL version is not matching. Downgrading openSSL solves the issue for now. I think the SSH client needs to be compiles against the updated openSSL package.

cheers


Re: SSH: version mismatch with openSSL after update

Posted: Sat Oct 19, 2024 6:17 am
by jamesbond

Hi chiron, which version of openssh are you using? Mine is openssh-9.8p1 and this works with openssl-3.3.2 (both are the latest ones from gslapt).


Re: SSH: version mismatch with openSSL after update

Posted: Sat Oct 19, 2024 7:23 am
by chiron

Thanks for thr reply, I am using openssh 9.8p1 from gslapt, too.

After installing latest OpenSSL from gslapt, which is openssl 3.3.2, I get the following

Code: Select all

OpenSSL version mismatch. Built against 30100010, you have 30300020

I get all my packages via gslapt, and this is a clean install, not reusing an old savefolder.

As a side-note, I am downloading from the nluug mirror.


Re: SSH: version mismatch with openSSL after update

Posted: Sat Oct 19, 2024 10:46 am
by chiron

So I re-installed openssh 9.8p1 from gslapt and now everything's fine. Sorry for the confusion.