Subject: Re: OpenSSH
To: None <netbsd-users@netbsd.org>
From: None <cube@cubidou.net>
List: netbsd-users
Date: 02/17/2004 14:06:56
On Tue, Feb 17, 2004 at 07:53:23AM -0500, Sam Carleton wrote:
> It is my understandint that OpenSSH is more secure and is
> also open where ssh2 is commercial software.
> 
> I have installed NetBSD 1.6.1 on a machine, how to I get
> OpenSSH's sshd up and running be default?  I know that it
> is not running because I cannot ssh into the machine.

echo "sshd=YES" >>/etc/rc.conf
/etc/rc.d/sshd start

Quentin Garnier.