Re: Help: rsh without password



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.
.



Relevant Pages

  • Re: rsh via ssh?
    ... things like rsh or ssh. ... On unix platforms, ... Find a SSH client for Windows that is usable on command line ...
    (comp.security.unix)
  • Re: Help: rsh without password
    ... I use rsh as a communication. ... I use RHEL 3, user is root user. ... Use ssh instead. ... Webmin is a browser based admin tool that works on just about every ...
    (comp.os.linux.networking)
  • Re: Question regarding using RSH protocol (not binary) over SSH
    ... servers to use SSH instead of RSH and so forth. ... this third party tool makes use of the raw RSH protocol ... The Automated Test Suite provider - They have a distributed load ... Persuade the company to rewrite their test suite to handle ssh. ...
    (comp.security.ssh)
  • Re: Remote X over rsh
    ... ssh is using 25% of my processor. ... I'm aware of the security issues of rsh however, ... Use a protocol compressor like DXPC or LBX to save network traffic. ...
    (comp.os.linux.x)
  • Re: [Bulk] Re: Understanding Local Networking - help please?
    ... describe it in enough depth to say what exactly the problem is (my guess - you need to access the machine by using its DNS name or IP address, the "browsing the network neighborhood" doesn't even work all the time on a properly configured Windows network.) ... However, if its a relatively small amount of traffic between Linux machines, I would be more inclined to use ssh / scp / sftp. ... It takes a little effort to setup (generate RSA keys, copy the public key to the other machine*, etc.) It is very convenient once its setup. ...
    (Fedora)