Re: rsh/ssh support
Prasanta Sadhukhan <[email protected]>
| Newsgroups | gmane.os.netbsd.help |
|---|---|
| Message-ID | <[email protected]> |
Stephen Borrill wrote On 11/30/06 19:29,: > 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 > Thanks once again...but when I give /etc/rc.d/inetd reload it says "inetd not running? (check /var/run/inetd.pid) and in /var/run I do not have inetd.pid I tried /etc/rc.d/inetd start -> says "Starting inetd" but /etc/rc.d/inetd/status -> says "inetd is not running Any idea? Regards Prasanta