Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!mit-eddie!uw-beaver!rice!sun-spots-request From: VIJAY@ITIVAX.BITNET Newsgroups: comp.sys.sun Subject: Re: in.rshd problems Message-ID: <8902130429.AA07360@rice.edu> Date: 19 Feb 89 06:09:58 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 13 Approved: Sun-Spots@rice.edu Original-Date: Mon, 13 Feb 89 10:09 U X-Sun-Spots-Digest: Volume 7, Issue 161, message 7 of 16 >I have >seen people locally use "rsh" merely to start an interactive login to >another host, as in simply "rsh titan". This is a good reason to use >"rlogin" for these cases instead. --wnl Question: I have host names defined as links to rsh. My users frequently invoke remote sessions by just typing the host name. Does this mean that they are also just using gargantuan rsh to start remote sessions? [[ No, ignore that. It was wrong. "rsh" the client sees that there is no command and just exec's "rlogin" the client. "rlogin" the client contacts "rlogind" the server. The program that requires all the bss is "rshd", the server, which never enters into this picture. --wnl ]]