>
> As vrea sa rulez programul scp (din pachetul lu` ssh) intr`un mod
> neinteractiv, dintr`un script. Adica sa nu trebuiasca sa`i introduc eu
> passwordul de la terminal ci sa`l furnizez prin script. Care`ar fi
> solutia?
> Mersi fain.
>
> Bogdan Marinca.
>
da' fara password nu vrei?
Ssh implements the RSA authentication protocol automati-
cally. The user creates his/her RSA key pair by running
ssh-keygen(1). This stores the private key in .ssh/iden-
tity and the public key in .ssh/identity.pub in the user's
home directory. The user should then copy the iden-
tity.pub to .ssh/authorized_keys in his/her home directory
on the remote machine (the authorized_keys file corre-
sponds to the conventional .rhosts file, and has one key
per line, though the lines can be very long). After this,
the user can log in without giving the password. RSA
authentication is much more secure than rhosts authentica-
tion.
Camelia
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.