Subject: Re: SSH
To: Randy Beaudreault <maccult@pacbell.net>
From: Martin Weber <Ephaeton@gmx.net>
List: netbsd-help
Date: 07/24/2001 18:38:55
On Tuesday 24 July 2001 18:20 you've wrote:
> What do I need to set up on the NetBSD end to get SSH up and running?
> The man pages didn't have the info needed to do that so I hazy on it.
> Thanks for any help.
go to /etc and edit rc.conf. Add sshd=YES . If you need flags, append them
after the yes :
sshd=YES sshd_flags="-whateveryouneed"
then sshd will be started on each bootup.
To actually start the daemon then, do "/etc/rc.d/sshd start"