Dear [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
I have an alphaserver with 6 node in which I have installed Linux but I have a problem with "rsh" command. When I type:
#rsh node5
it tell me that the conection refused...
Mean while, "ping" command run ok
#ping node5 - run OK
#ping node2 - run OK
Can you tell me what can I do to overcome this problem and Where I can find the information of "RSH on Linux" or Who can tell me the answer? Thank you very much.
I look forward to hearing your answers soon.
Go to www.google.com. Type rsh linux in the search box. Click search. Some relevant results:
http://www.linuxquestions.org/questions/archive/1/2001/07/4/4629 http://linux.about.com/library/cmd/blcmdl1_rsh.htm
I think that rsh and rlogin may use the telnet daemon on the remote host (though I'm not sure). This is insecure. You should use ssh instead.
Ping only tells you if the machine is up and returning ICMP requests. It's got nothing to do with whether the remote machine is running the daemon that you need.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]