Re: Help: rsh without password



On Thu, 27 Dec 2007 14:04:47 +0000, Dave Uhring wrote:

On Thu, 27 Dec 2007 20:24:53 +0800, Amy Lee wrote:

I'm building a Linux clusters so the clusters need log in nodes each
other. I use rsh as a communication. I use RHEL 3, user is root user.

Rethink that. OpenSSH using key-based authentication is the best way to
do what you wish.

However, I use which command to find out where rsh is, it shows
/usr/kerberos/bin/rsh
And in /etc/xinit.d directory I can't find the rsh, rlogin, and rexec
daemons.

Probably because they have been deprecated and thus omitted from your
distro, and for very good reasons.

So my problem is how to enable rsh to log in nodes without password.

Use ssh instead. Create RSA keys for yourself:

$ ssh-keygen -t rsa

Copy your ~/.ssh/id_rsa.pub to the
remote_systems:/home/amy/.ssh/authorized_keys.

Thank you very much. So from your words I have to reinstall rsh?

Amy

.



Relevant Pages

  • Re: Help: rsh without password
    ... I use rsh as a communication. ... I use RHEL 3, user is root user. ... OpenSSH using key-based authentication is the best way to ... Create RSA keys for yourself: ...
    (comp.os.linux.networking)
  • Help: rsh without password
    ... I'm building a Linux clusters so the clusters need log in nodes each ... I use rsh as a communication. ... I use RHEL 3, user is root user. ...
    (comp.os.linux.networking)
  • Re: Help: rsh without password
    ... and for very good reasons. ... Use ssh instead. ... Create RSA keys for yourself: ... So from your words I have to reinstall rsh? ...
    (comp.os.linux.networking)