Bug 49

Summary: Banner /etc/issue.net is not displayed
Product: Portable OpenSSH Reporter: Marcio Merlone <mmerlone>
Component: sshdAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED WORKSFORME    
Severity: minor    
Priority: P2    
Version: -current   
Hardware: ix86   
OS: Linux   

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