We are currently using an EC2 (AWS) instance with Ubuntu 18.04.3 LTS, we are trying to perform a PCI compliant procedure and we had an error with OpenSSH being in an old version, so we have decided to update it.
I have compiled and installed a newer version of OpenSSH (8.0*), unfortunately when I run a "scanssh" using my IP I still get the older version, the funny thing is when I run again "ssh -V" I get the latest version.
I have read in the internet that it might be because my SSH is installed as a port not as a package, if someone knows the solution, I will be happy to use it, thank you!