  | | | Connection refused message on trying rsh | Connection refused message on trying rsh 2003-11-05 - By John Dalbec
Back "Sameer P. Kawatkar" <kawatkar@(protected)> wrote: > Hi, > I am trying to use rsh for submiting a job from a server to a remote host.
rsh is insecure. Use ssh instead. If you need to use it in a script, create an RSA keypair and add the public key to .ssh/authorized_keys on the remote host. This should avoid the requirement to have someone sitting at a terminal to type the password. I suppose you could also use "expect" to pretend to be a terminal and enter a password. John
|
|
 |