Displaying 1 result from an estimated 1 matches for "identfication".
Did you mean:
identification
2003 Jul 11
2
Hide version information -- patch attached
...d be freely available or not. So I wrote a small patch
(see attached file).
The patch introduces the new parameter "WelcomeFile" to the
configuration file. Only if this parameter points to a valid file,
openssh reads a welcome message up to 128 characters out of it and
displays it at the identfication exchange, e.g.:
> badboy:~ > telnet niceboy 22
> Trying a.b.c.d...
> Connected to localhost.
> Escape character is '^]'.
> SSH-2.0-Why should I tell you?
> ^]
> telnet> close
> Connection closed.
If WelcomeFile is not set or if some error occurs while...