diff --git a/etc/sshd b/etc/sshd index fff1458c63..d7848a5e2b 100755 --- a/etc/sshd +++ b/etc/sshd @@ -121,6 +121,8 @@ $sshconf .= "Protocol 2\n"; /* Run the server on another port if we have one defined */ $sshconf .= "Port $sshport\n"; + /* Hide FreeBSD version */ + $sshconf .= "VersionAddendum \n"; /* Apply package SSHDCond settings if config file exists */ if(file_exists("/etc/sshd_extra"))