I would like to be able to access my ssh connections without having to type in the passphrase for my key file each time. Is that an app like Pageant that works with Cygwin to do this?

link|improve this question

76% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Try ssh-agent:

DESCRIPTION
     ssh-agent is a program to hold private keys used for public key authentication (RSA, DSA).  The idea is that ssh-agent is started in the beginning of an X-session or a login ses‐
     sion, and all other windows or programs are started as clients to the ssh-agent program.  Through use of environment variables the agent can be located and automatically used for
     authentication when logging in to other machines using ssh(1).
link|improve this answer
That works well. Thank you. I followed this guide mah.everybody.org/docs/ssh – firefusion Feb 1 at 15:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.