1833420 Members
3520 Online
110052 Solutions
New Discussion

SSH authentication

 
SOLVED
Go to solution
Jeeshan
Honored Contributor

SSH authentication

Hi all

I do want to password less SSH between HP-UX boxes. all steps have been followed from the attached doc.

but when i want to connect using "ssh " it gives me following output

#ssh or ssh ahsan@server
Enter passphrase for key '/home/ahsan/.ssh/id_rsa':


why????

OS:11.11
a warrior never quits
3 REPLIES 3
Dennis Handly
Acclaimed Contributor
Solution

Re: SSH authentication

Instead of copying a html page, why not give the URL, so we can search the rest of the chapter:
http://docs.hp.com/en/5991-7493/ch04s03.html

Did you use "ENTER" for the passphrase question? If not, you will have to enter it each time, unless you use ssh-agent to remember it:
$ ssh-agent $SHELL
$ ssh-add
Enter passphrase for /home/elvis/.ssh/id_dsa: ***********
Identity added: /home/elvis/.ssh/id_dsa
Asif Sharif
Honored Contributor

Re: SSH authentication

Salam Ahsan,

Check the ownership and permissions of the home directory and .ssh folder.

Regards,
Asif Sharif
Regards,
Asif Sharif
Jeeshan
Honored Contributor

Re: SSH authentication

Thanks Dennis, awesome help. I am so much foolish to skip that part.

anyway good help!!!


Walaikum as salam Asif, thank you also. but permission is not a problem. Anyway thanks for ur response.
a warrior never quits