How to hide the SSHD version number

How to hide the SSHD version number

On Linux, you can use the following command to change the SSHD version number:
sed -i 's/OpenSSH_7.6/OpenSSH_x.x/g' /usr/sbin/sshd

It doesn't work on freebsd. The information obtained after the modification has not changed.
telnet remotehost 22
Pls how do I SSHD version number on FreeBSD
 
Back
Top