Upgrading OpenSSH to OpenSSH_8.0p1

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

tar -xzf openssh-8.0p1.tar.gz

Install dependencies “yum install gcc” & “yum install openssl-devel”

cd openssh-8.0p1

./configure

make

make install

Verify the new version ssh -V

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.