Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have to be able to use rsh, beause I am setting up a Linux cluster and the cluster software needs rsh (this is why I am not using ssh)
I have 2 computers : cserver , node01 . On both I have created the ~\.rhosts and the \etc\hosts.equiv files.
However it just seems not to work. If I do this from cserver:
[username@cserver username]$ rsh node01 pwd
node01: Connection refused - is the error I get
If I do the same command from node01:
[username@node01 username]$ rsh cserver pwd
poll: protocol failure in circuit setup - is the error I get
I have just installed RH 9 on both computers and as far as I know they are setup completely the same. I know that they are connected in the network because I am able to ping from one to the other . I just dont know why my rsh does not work.
Please give me an advise
Thank you for your time and help
Thanks guys. I could not make rsh work, but I followed your advise to switching to ssh. I turns out that the software I am using (LAM) can also be configured to use ssh. Thanks
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.