In the draft RFC on user authentication I see mention of the login banner
in section 2.5. I would like to display the banner for ssh connections. I
do not see a configuration option in sshd_config to turn this feature on.
Does it exist in openssh-2.1.1p2? I see a reference in ssh2.h to #define
SSH2_MSG_USERAUTH_BANNER. Is there a way to enable this?
Something like (this is from another device using a different ssh
implementation):
% ssh -l someuser 123.123.123.123
Remote: *
Restricted system. All use subject to monitoring.
[EMAIL PROTECTED]'s password:
Last login: Thu Oct 12 13:54:31 2000 from 123.123.123.145
$
Thanks...
-jim