Re: Help: rsh without password
- From: Dave Uhring <daveuhring@xxxxxxxxx>
- Date: Thu, 27 Dec 2007 14:04:47 -0000
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.
.
- Follow-Ups:
- Re: Help: rsh without password
- From: Amy Lee
- Re: Help: rsh without password
- References:
- Help: rsh without password
- From: Amy Lee
- Help: rsh without password
- Prev by Date: Help: rsh without password
- Next by Date: Re: Help: rsh without password
- Previous by thread: Help: rsh without password
- Next by thread: Re: Help: rsh without password
- Index(es):
Relevant Pages
|