Operating System - HP-UX
1845948 Members
3081 Online
110250 Solutions
New Discussion

Using ssh tools (version 4.20) without password prompting

 
Fedon Kadifeli
Super Advisor

Using ssh tools (version 4.20) without password prompting

Recently I installed

T1471AA A.04.20.004 HP-UX Secure Shell

on two HP-UX 11.00 systems. I followed all the steps exactly as described in the Word document pointed out in this post:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=227912

However, I was not able to use ssh without password. Is this feature disabled in version 4.x? Do I have to do more things? Any help will be highly appreciated.
6 REPLIES 6
Arunvijai_4
Honored Contributor

Re: Using ssh tools (version 4.20) without password prompting

Hello,

Check this document,

http://docs.hp.com/en/T1471-90019/index.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
RAC_1
Honored Contributor

Re: Using ssh tools (version 4.20) without password prompting

what does following say??

ssh -vvv
sshd -ddd -> from host you are connecting to.
There is no substitute to HARDWORK
Arunvijai_4
Honored Contributor

Re: Using ssh tools (version 4.20) without password prompting

Hi Again,

Check this too,

http://oceanpark.com/notes/howto_ssh_keychain_public_key_authentication_forwarding.html

Instead of /usr/local/bin, you have to use /opt/ssh/bin and /opt/ssh

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Fedon Kadifeli
Super Advisor

Re: Using ssh tools (version 4.20) without password prompting

My problem was solved by the document in the post of Senthil Prabu.S in the following thread:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=227912
Arunvijai_4
Honored Contributor

Re: Using ssh tools (version 4.20) without password prompting

Hi,

You can close this thread.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Fedon Kadifeli
Super Advisor

Re: Using ssh tools (version 4.20) without password prompting

On the client run:

ssh-keygen -t dsa

Append the file ~/.ssh/id_dsa.pub (created on the client) to the end of the file ~/.ssh/authorized_keys on the server.