Subject: Re: being able to ssh to a netBSD machine
To: Matt Wong <mew20@columbia.edu>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-users
Date: 01/11/2003 17:07:45
On Sat, 11 Jan 2003, Matt Wong wrote:
> I have netBSD1.6 for i386-- installed using the GENERIC kernel. I would
> like to get SSHD running so that I can ssh in from another machine on my
> network-- as basic and simple as possible (for now at least). Does anyone
> know where I can find some instructions for setting this up?
Hello Matt,
An easy way is:
echo sshd=yes >> /etc/rc.conf ## be sure to use two >>
/etc/rc.d/sshd start
The instructions are with:
man rc.conf # and search by typing "/ssh"
You can also learn more with:
man rc.d
If you don't have networking setup yet, read about it in that rc.conf
manual page and the ifconfig.if manual page. Also see
http://www.netbsd.org/Documentation/network/
Have fun!
Jeremy C. Reed
NetBSD Training Classes ...
http://www.pugetsoundtechnology.com/training/netbsd/