Hi all
Can anybody tell me how to configure RSA
authentication on ssh>
I found it the most difficult work which i ever did
on unix o/s
Pls tell me step by step way of configuraion of RSA
Auth....ssh working well but still taking passwd
for authentication.
Help me!
Absi.
ssh-keygen can do this, and I have placed some links into your earlier request for help on this.
Duplicated here below.
As for getting the RSA pair to work, place the public key into the ~/.ssh/authorized_keys file on your server.
Place the private key into the working directory of your ssh client program.
(If you are using a *nix client then reread the ssh-keygen man page
In the win client, set up the host connection, and point it to the private key file you wish to use (client specific I'm afraid).
You can use just the one key pair for all of your admin, or one key per server.
(whatever confuses you the least)
If you do only use one key pair for all of your servers, please ensure:
that you choose a really good passphrase to secure that key pair,
that you don't forget the passphrase
That you do passphrase the key pair!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.