Changing ssh-add to use the key chain

pedz

Registered
Can someone point me to the programming interface of the keychain?

I'm wanting somehow to automatically get an ssh-agent and ssh-add when I log in. Since my keychain would trust me at that point, I thought ssh-add might be able to suck out the password it is looking for from the keychain and save me from typing the password in. The alternative is to keep ssh-add's password in a flat, unencoded file somewhere but that seems rather dangerous to me.
 
Back
Top