For centOs i am trying to configure a ssh key but it denies the approval.I tried this from the following link

http://rcsg-gsir.imsb-dsgi.nrc-cnrc.gc.ca/documents/internet/node31.html

For more details i had raised the same question on server fault http://serverfault.com/questions/200708/ssh-keygen-problem

Please let me know any alternatives.

link|improve this question
"Denies the approval"? – Ignacio Vazquez-Abrams Nov 26 '10 at 5:16
Yes i meant it would prompt for the password inspite the key is set – Rajeev Nov 26 '10 at 5:18
feedback

1 Answer

If it is asking for a "password" your SSH server isn't configured correctly.

If it is asking for a "passphrase" then this is working as intended, if you don't want to have to enter a passphrase while using keys then do not enter a passphrase when creating the key.

Not using a passphrase is a security issue, you should think about your servers situation (importance of what it does, who may be able to access it, etc) before proceeding without a passphrase.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.