Re: rsh/ssh support
"David Lord" <[email protected]>
| Newsgroups | gmane.os.netbsd.help |
|---|---|
| Message-ID | <456ECEB4.26080.337E9D@localhost> |
On 30 Nov 2006, at 17:43, Prasanta Sadhukhan wrote: > Hi, > > 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? No Just configure and enable sshd, see 'man sshd', as there are various methods available. Perhaps add 'sshd=YES to rc.conf if you haven't already done so, or (ducks) enable it in inetd.conf. David