Subject: Re: rsh/ssh support
To: Prasanta Sadhukhan <Prasanta.Sadhukhan@Sun.COM>
From: Stephen Borrill <netbsd@precedence.co.uk>
List: netbsd-help
Date: 11/30/2006 13:59:36
On Thu, 30 Nov 2006, Prasanta Sadhukhan wrote:
>> The kernel has nothing to do with rsh/ssh. The ssh service is provided
>> by sshd(8). To enable this add the following to your /etc/rc.conf:
>> sshd=YES
>>
>> and then either reboot or type:
>> /etc/rc.d/sshd start
>
> Thanks...and what about rsh?

Edit /etc/inetd.conf and uncomment the login and shell lines before 
running /etc/rc.d/inetd reload

-- 
Stephen