Subject: Upgrade to current, not sshd doesn't work
To: None <current-users@netbsd.org>
From: Nigel Reed <nigel@nelgin.nu>
List: current-users
Date: 10/31/2001 11:53:03
Anyone come across this problem? I installed a -current kernel 2
days ago, and installed the userland yesterday and also rebuilt today.
Any ideas before I send-pr this one?

# sshd -d -d -d
debug1: sshd version OpenSSH_2.9.9 NetBSD_Secure_Shell-20010927
debug1: private host key: #0 type 0 RSA1
debug3: No RSA1 key file /etc/ssh_host_dsa_key.
debug1: read PEM private key done: type DSA
debug1: private host key: #1 type 2 DSA
debug1: Bind to port 22 on ::.
Server listening on :: port 22.
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
Generating 768 bit RSA key.
RSA key generation complete.
debug1: Server will not fork when running in debugging mode.
Connection from 216.187.106.210 port 4980
debug1: Client protocol version 1.5; client software version OpenSSH_2.9p2
debug1: match: OpenSSH_2.9p2 pat ^OpenSSH
debug1: Local version string SSH-1.99-OpenSSH_2.9.9 NetBSD_Secure_Shell-20010927
debug1: Rhosts Authentication disabled, originating port not trusted.
debug1: Sent 768 bit server key and 1024 bit host key.
debug1: Encryption type: blowfish
debug1: Received session key; encryption turned on.
debug1: Installing crc compensation attack detector.
debug3: Trying to reverse map address 216.187.106.210.
debug1: Attempting authentication for nigel.
debug1: temporarily_use_uid: 100/100 (e=0)
debug1: restore_uid
Segmentation fault
#
--