Operating System - HP-UX
1837971 Members
3536 Online
110124 Solutions
New Discussion

Re: SSH Agent does not work

 
Robert True
Frequent Advisor

SSH Agent does not work

Anybody know how to get the ssh-agent to do the job it should? Cannot avoid having to input my user passwd when I run ssh or scp to another machine. I envoke agent as "ssh-agent ksh", followed by "ssh-add". "ssh-add -l" shows my keys (both rsa and dsa) are loaded (on both ends I might add). Still I have to keep supplying the passwd for each ssh or scp cammand. After the first time, the agent should recognize the action and supply the passwd, or so I thought. I can't get any further info (that I can use) using the -v option. What am I missing?
4 REPLIES 4
steven Burgess_2
Honored Contributor

Re: SSH Agent does not work

MANOJ SRIVASTAVA
Honored Contributor

Re: SSH Agent does not work

Hi Robert


You may like to look at this site :


http://www.uni-karlsruhe.de/~ig25/ssh-faq/



Manoj Srivastava
Robert True
Frequent Advisor

Re: SSH Agent does not work

What are you trying to say Steve?
Robert True
Frequent Advisor

Re: SSH Agent does not work

FYI - been so long since I started this project, forgot all about the .ssh/authorized_keys file. Works much better with it there.