Subject: Re: rsh/ssh support
To: Stephen Borrill <netbsd@precedence.co.uk>
From: Prasanta Sadhukhan <Prasanta.Sadhukhan@Sun.COM>
List: netbsd-help
Date: 11/30/2006 18:23:07
Thanks...and what about rsh?

Regards
Prasanta
Stephen Borrill wrote On 11/30/06 17:51,:
> On Thu, 30 Nov 2006, Prasanta Sadhukhan wrote:
> 
>>Do netbsd3.0 kernel has rsh/ssh support by default. I am trying to do rsh/ssh 
>>(modified .rhosts too) from linux host but in both cases i am getting 
>>"connection refused". Do I need to do anything in the kernel?
> 
> 
> 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
>