Hiding SSH Host Banner Doesnt work

Peter Moody mindrot at hda3.com
Tue Jun 16 08:46:35 AEST 2020


>
> DebianBanner no

I think DebianBanner is a debian-specific option so you'd have to take
this request for help to them, but for what it's worth it works for me

$ telnet localhost 22
Trying ::1...
Connected to localhost.
Escape character is '^]'.
SSH-2.0-OpenSSH_8.3p1 Debian-1

and with DebianBanner no

$ telnet localhost 22
Trying ::1...
Connected to localhost.
Escape character is '^]'.
SSH-2.0-OpenSSH_8.3p1



> And restart your SSH daemon: /etc/init.d/ssh restart or service ssh restart
>
> This doent change anything.
>
> Another question why user cant hide SSH info as well? why it needs to be
> publicly visible? (I read that only recompiling would fix that but this
> is pain in the neck)
>
> ThX!
> _______________________________________________
> openssh-unix-dev mailing list
> openssh-unix-dev at mindrot.org
> https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev


More information about the openssh-unix-dev mailing list