[plug] Trouble configuring rsh server

Craig Ringer craig at postnewspapers.com.au
Tue May 28 11:54:53 WST 2002


Andre Thomas wrote:
> Hi,
> 
> I'd recommend using OpenSSH (www.openssh.org) as I nice and secure 
> alternative instead.

You should have RPMs on your distro CDs, or you can (reccomended) 
download the latest version from Red Hat.

rsh == ssh
rcp == scp
rlogin == ssh

otherwise syntax is mostly the same. Setting up public-key 
authentication with a key-agent is really nice too, you need never enter 
your password again (ok, once on login). This should be set up by your 
distro, all you'll have to do is run "ssh-add" on login.

SSH is better in _every_ way over rsh except: it doesn't talk to rlogind 
  etc, you actually need an ssh server so you can't ssh into whatever 
embedded thingy you might have which for some arcane reason wants rsh, 
and becuse of the crypto it is a bit slower on low-bandwidth links, 
especially to inititate a session. IT IS WORTH IT. Oh, and IMHO ssh is 
easier than r* too.

-- 
Craig Ringer
GPG Key Fingerprint: AF1C ABFE 7E64 E9C8 FC27  C16E D3CE CDC0 0E93 380D
	-- if it ain't broke, add features 'till it is.




More information about the plug mailing list