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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Still Asking Password after setting SSH public key based Authentication

nirApr 4 2013 — edited Apr 4 2013
Hi Experts,

I'm trying to create password-less connection from server A to B and B to A as a normal user. (Not as root).

I was able to configure connection server A to but not B to A.

I cannot figure out where I got wrong. I have done steps according to http://www.cyberciti.biz/tips/ssh-public-key-based-authentication-how-to.html link in both the servers.

One way is working but not the other way..

What am i to do.....

for B to A (not working connection (Still asking password))
I have run ssh -v <IP A>

log is as below,

debug1: Next authentication method : publickey
debug1: Trying private key:/binfs1/oracle/.ssh/identity
debug1: Offering public key: /binfs1/oracle/.ssh/id_rsa
debug1: Authentication that can continue: publickey,gssapi-with-mic,password
debug1: Trying private key:/binfs1/oracle/.ssh/id_rsa
debug1: Next authentication method:password

asking for password .....


Thanks,
Nir
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2013
Added on Apr 4 2013
2 comments
1,632 views