Currently runing CopSSH 4.2.3 and wanted to see if there was a way to disable the Local Version String upon connection. IE: Local version string SSH-2.0-OpenSSH_6.0
Searched here and on Google and didn't find much...
Currently runing CopSSH 4.2.3 and wanted to see if there was a way to disable the Local Version String upon connection. IE: Local version string SSH-2.0-OpenSSH_6.0
Searched here and on Google and didn't find much...
SSH protocol banner has a predefined format and is specified at build time. As of OpenSSH 6.1, you can append an additional string to it:
VersionAddendum
Optionally specifies additional text to append to the SSH
protocol banner sent by the server upon connection. The default
is ``none''.
I had seen that, but I was really hoping that wasn't the answer. Oh well, time to upgrade anyway...
Thanks!