Subject: Re: bin/35965: SSHD doesn't work with protocol 1
To: None <gnats-bugs@NetBSD.org, netbsd-bugs@NetBSD.org>
From: John Nemeth <jnemeth@victoria.tc.ca>
List: netbsd-bugs
Date: 03/09/2007 17:45:13
On Jun 25,  1:42pm, jam@pobox.com wrote:
}
} >Number:         35965
} >Category:       bin
} >Synopsis:       SSHD from 3/8 00:00 UTC source doesn't work under protocol 1
} 
} >How-To-Repeat:
} 	Compile and install 3/8 00:00 UTC kernel and userland.
} 	Then, try to connect that machine from another machine
} 	using SSH protocol 1
} >Fix:
} 	Not sure.

     Protocol 1 is insecure and really shouldn't be used.  However, if
you really want to use it, you can enable it in /etc/ssh/sshd_config.
Change the protocol line near the top to "Protocol 1,2" and restart
sshd.  Does this solve the problem?

}-- End of excerpt from jam@pobox.com