To update OpenSSH in Ubuntu 18 LTS to version 8, I followed these steps:
I now see the desired version when I run ssh -V
OpenSSH_8.0p1, OpenSSL 1.1.1 11 Sep 2018But if I run sshd -V I see the old version:
OpenSSH_7.6p1 Ubuntu-4ubuntu0.3, OpenSSL 1.0.2n 7 Dec 2017Do I need to take some additional actions so I see the proper version when I check the version with sshd?
5 Reset to default