Other Help Topics :: ssh help
Just answered my own question via Google - entering this at the terminal:
Code Sample |
eval `ssh-agent` |
seems to load up ssh-agent again, then I can run ssh-add and enter my passphrase.
It looks like
Code Sample |
exec ssh-agent bash |
might work too, but I haven't tried it yet.
Thanks anyway 
Tim
I'm having problem that the ssh keep asking for password after I configured the authorized_keys2.
Does anyone ever tried using automatic ssh authentication with authorized_keys2 ? I got it to work on Solaris and KNOPPIX 3.4, but not DSL, which keep asking for password
original here.