-2

I need to disable SSH information while telnet to SSH port in CentOS.

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

Please help!

mzhaase
  • 3,778
  • 2
  • 19
  • 32
nikesh
  • 1
  • 2

1 Answers1

3

Providing the protocol version is part of the SSH handshake, as can be seen here: https://www.rfc-editor.org/rfc/rfc4253#section-4.2 It cannot be disabled.

mzhaase
  • 3,778
  • 2
  • 19
  • 32