我需要在 CentOS 中通过 telnet 连接到 SSH 端口时禁用 SSH 信息。
telnet 192.168.10.192 22
Trying 192.168.10.192...
Connected to 192.168.10.192.
Escape character is '^]'.
SSH-2.0-OpenSSH_6.4
请帮忙!
答案1
提供协议版本是 SSH 握手的一部分,如下所示:https://www.rfc-editor.org/rfc/rfc4253#section-4.2它无法被禁用。