I have opensshd listening on the non-standard tcp port of 2222. In sshd_config I have ...
Banner none
VersionAddendum none
If from a client host I do a telnet ip.of.server 2222 then I see the service displaying a message introducing itself like so ...
SSH-2.0-OpenSSH_7.8
Is there a way to prevent this happening and instruct the openssh daemon not to reveal itself? I would prefer if "wandering" connections could not learn what is listening here.