skip to Main Content

OpenSSH shows a version of OpenSSL but openssl version -v shows the new version i have installed in Ubuntu 14.04

I have a server Ubuntu 14.04 which initially had OpenSSH 6.6 and OpenSSL 1.0.1f installed, and with these commands, i updated openSSH: sudo apt install -y build-essential libssl-dev zlib1g-dev wget "https://mirror.edgecast.com/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz" tar xfz openssh-7.4p1.tar.gz cd openssh-7.4p1 ./configure make sudo make…

VIEW QUESTION
Back To Top
Search