Bug 49 - Banner /etc/issue.net is not displayed
Summary: Banner /etc/issue.net is not displayed
Status: CLOSED WORKSFORME
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: sshd (show other bugs)
Version: -current
Hardware: ix86 Linux
: P2 minor
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-18 05:38 AEDT by Marcio Merlone
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcio Merlone 2001-12-18 05:38:44 AEDT
Linux  2.2.18 #4 qua jan 24 21:55:10 EST 2001 i686 unknown
# ./configure --with-tcp-wrappers --sysconfdir=/etc/ssh --with-pam && make && 
make install
# /usr/local/sbin/sshd &
# grep -v "#" /etc/ssh/sshd_config
Port 30 # for testing purposes, has a running sshd V. 2.2.0p1 on port 22;
Protocol 2 # forcing v2 protocol only to support the banner;
ListenAddress bla.bla.bla.bla
Banner /etc/issue.net
HostKey /etc/ssh/ssh_host_key
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
KeyRegenerationInterval 3600
ServerKeyBits 768
SyslogFacility AUTH
LogLevel INFO
LoginGraceTime 600
PermitRootLogin yes
StrictModes yes
RSAAuthentication yes
PubkeyAuthentication yes
RhostsAuthentication no
IgnoreRhosts yes
RhostsRSAAuthentication no
HostbasedAuthentication no
PasswordAuthentication yes
PermitEmptyPasswords no
X11Forwarding no
X11DisplayOffset 10
PrintMotd yes
KeepAlive yes
Subsystem       sftp    /usr/local/libexec/sftp-server
#
[root@linux1 openssh-3.0.2p1]# ps -ef|grep sshd
root     30140   656  0 11:26 ?        00:00:01 /usr/sbin/sshd
root     19351     1  0 14:51 ?        00:00:00 /usr/local/sbin/sshd
[root@linux1 openssh-3.0.2p1]#

Client: putty 0.51 on Win2k Pro SP2 using ssh version 2 (I hope)
Comment 1 Markus Friedl 2001-12-20 04:25:08 AEDT
The banner is displayed for protocol v2 and for clients
that support this feature.
Comment 2 Damien Miller 2004-04-14 12:24:17 AEST
Mass change of RESOLVED bugs to CLOSED