Date: Mon, 16 Feb 1998 13:22:08 -0800 (PST) From: "Eric J. Schwertfeger" <ejs@bfd.com> To: Melvin Brown <melvin@tri-comm.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: rsh Message-ID: <Pine.BSF.3.96.980216131558.8068A-100000@harlie.bfd.com> In-Reply-To: <34E8AB9F.6C25FFD@tri-comm.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 16 Feb 1998, Melvin Brown wrote: > I am having a tough time with rsh. I rsh from Solaris to FreeBSD but > always get permission denied. I setup files, /etc/hosts and > ~$HOME/.rhosts, the same way on another Solaris box and get in. Is > there anything not noted in man pages about rsh which will not allow me > to rsh from Solaris? First, make sure that the rcmd protocol is running on your machine. do this by typing netstat -a | grep "*.login" That should tell you if the rcmd stuff is set up. Also, take a look in /var/log/messages, it should list an error message. If the error message doesn't contain the FQDN of the machine you're rloging in from, then you're not getting proper reverse name lookup. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980216131558.8068A-100000>