I need to pentest the vulnerability of the "SSH Server v5.3" The problem is that Ubuntu comes with the SSH Server version 7 and I don’t know how to remove the current one.
Probably: apt remove ssh-server —purge
But how can I apt install ssh-server 5.3?
Is there anyway searching in old apt repo for 5.3 version?
Thanks!