OpenSSH

Reading Time: < 1 minute

Last Updated: 11/01/2024

OpenSSH
* Web site – LinkOpenSSH 9.9p1 released September 20, 2024

To see what version you are running

root@nodex:~# ssh -V
OpenSSH_9.8p1, OpenSSL 3.0.13 30 Jan 2024

Just a quick reminder; “in general” OpenSSH is though to have three major sections:
* ZLib
* OpenSSL
* Then OpenSSH


To Get the code:

I would browse the following directory: https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/

wget https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.9p1.tar.gz

The generalized steps for configuring, making; and installing it is as follows

./configure
make
make install

End result:

root@nodex:~$ ssh -V
OpenSSH_9.9p1, OpenSSL 3.0.13 30 Jan 2024

References:
https://askubuntu.com/questions/33754/how-do-i-build-openssh-from-source
https://gist.github.com/jtmoon79/745e6df63dd14b9f2d17a662179e953a
https://gist.github.com/fumiyas/b4aaee83e113e061d1ee8ab95b35608b

This entry was posted in Security. Bookmark the permalink.