Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-07-2005, 04:03 PM
|
#1
|
Member
Registered: Sep 2004
Distribution: Debian, kernel 2.6.10
Posts: 50
Rep:
|
rsh without password
hi
I need to enable rsh on some machines. I put their hostnames into /etc/hosts.equiv so it looks like:
host_name +
But when I try
Code:
rsh hostname -n 'echo $SHELL'
I'm allways asked for passwd. What's wrong?
J.
|
|
|
02-08-2005, 02:39 AM
|
#2
|
Senior Member
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313
|
rsh is not very secure, i reccomend you use ssh instead.
|
|
|
02-08-2005, 05:02 AM
|
#3
|
Member
Registered: Sep 2004
Distribution: Debian, kernel 2.6.10
Posts: 50
Original Poster
Rep:
|
I have to use rsh, I need it because of MPI....
J.
|
|
|
06-21-2005, 08:36 PM
|
#4
|
Member
Registered: Nov 2004
Location: Edinburgh, UK
Distribution: Fedora Core 3
Posts: 188
Rep:
|
Quote:
Originally posted by JurajPsycho
I have to use rsh, I need it because of MPI....
J.
|
There is a way to setup MPI to use ssh
|
|
|
08-03-2005, 05:38 AM
|
#5
|
Member
Registered: Nov 2004
Location: Edinburgh, UK
Distribution: Fedora Core 3
Posts: 188
Rep:
|
I just like to tell everybody that at last I found out why my rsh was using
Kerbos5 resulting in annoying messages (when am trying to get a clean passwordless rsh). As I analysed from the list:
Connection refused
Trying krb4
Connection refused
Trying normal
The first being a kerberos 5, then a version 4 try before finally a normal
being successful. I thought there must be more than one version of rsh installed. So I typed 'locate rsh'. I try the first on the list. I typed '/usr/bin/rsh localhost' and that worked fine. Then typed 'which rsh'. To my surprise it says '/usr/kerberos/bin/rsh'. I then
looked at my $PATH and see that that's the first folder that's being pathed. So I removed it. Problem solved.
|
|
|
All times are GMT -5. The time now is 12:23 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|