Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

prompting for passwords even i configured ssh password less authentication

user13376823Oct 9 2012 — edited Oct 9 2012
There are two servers :

1. Site
2. Testing


from site server i want to connect testing server with ssh password less authentication.

i generated public and private keys with ssh-keygen -t rsa on site server.

cat id_rsa >> authorized_keys
cat id_rsa.pub >> authorized_keys

i appended id_rsa.pub ( public key site server ) to authorized_keys ( testing server ) with below command .

ssh oracle@testing.fgho.com "cat >> ~/.ssh/authorized_keys" < ~/.ssh/id_rsa.pub


am i missing some point in performing procedure for ssh password less authentication ?

because it prompts for passwords agaian and again

Edited by: user13376823 on Oct 9, 2012 9:30 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 6 2012
Added on Oct 9 2012
7 comments
1,365 views