Subject: Re: -current and ssh
To: None <rmk@rmkhome.com>
From: None <itojun@iijlab.net>
List: current-users
Date: 06/30/2002 10:32:04
>I have upgraded my -current system.
>Now, when I ssh to the -current systen I get:
>/home/rmk> ssh roothog
>ssh_exchange_identification: Connection closed by remote host
>/home/rmk> ssh -2 roothog
>ssh_exchange_identification: Connection closed by remote host

	i guess you don't have "sshd" uid/gid on the machine "roothog",
	and/or /var/chroot/sshd directory does not exist.
	they are required on upgrade.
	check /var/log/messages on roothog.

itojun