Re: Help: rsh without password
- From: Joe Pfeiffer <pfeiffer@xxxxxxxxxxx>
- Date: Thu, 27 Dec 2007 10:41:25 -0700
Amy Lee <openlinuxsource@xxxxxxxxx> writes:
On Thu, 27 Dec 2007 14:04:47 +0000, Dave Uhring wrote:<snip>
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?
No, what he said is you shouldn't use rsh. ssh does everything rsh
does, it does a whole lot more (things like tunnelling X if you need
that), and it does it with much better security. Admittedly, it takes
a little more CPU because of the encryption, but not enough to be
significant.
.
- References:
- Help: rsh without password
- From: Amy Lee
- Re: Help: rsh without password
- From: Dave Uhring
- Re: Help: rsh without password
- From: Amy Lee
- Help: rsh without password
- Prev by Date: Re: ppp sharing via NAT
- Next by Date: Re: 128 bit WEP
- Previous by thread: Re: Help: rsh without password
- Next by thread: change the browser identity
- Index(es):
Relevant Pages
|