On Wed, Dec 13, 2000 at 02:03:59PM +0700, John Indra a ecrit:
> Dear all...
> 
> Is there any way to copy files with scp and login to another host using ssh
> without specifying a password?

Yup.

> I'm using OpenSSH 2.3.0 with SSH protocol 2. I have read the manpage but I'm
> confused with the explanation. If anyone can give real examples, I will
> really appreciate it...

I use the public key that OpenSSH generates to identify myself.
Make the key with the ssh-keygen binary using a null password and
you'll get a ~/.ssh/identity.pub file which you can copy to station2.
Rename it to ~/.ssh/authorized_keys, chmod 600 it and you should be
able to ssh and scp from station1 to station2 without having
to type in your password.

Emmanuel Seyman



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to