remote login and keychain
I'm ssh'ing from my home machine into my OSX box at work.
On that machine, I have a bunch of passwords for ssh keys
stored in my login keychain that I use for accessing other machines.
If I'm sat in front of the machine, then,
provided that my login keychain is unlocked, I can access all
of the keys without having to type the individual passwords.
However, the same behavior doesn't happen when I ssh into the
machine from home - I'm asked for the password for each individual
ssh key when I try to use it, even if I've first run
security unlock-keychain <login.keychain>
How do I get ssh to read the appropriate ssh key password directly
from the keychain on the remote machine?
On that machine, I have a bunch of passwords for ssh keys
stored in my login keychain that I use for accessing other machines.
If I'm sat in front of the machine, then,
provided that my login keychain is unlocked, I can access all
of the keys without having to type the individual passwords.
However, the same behavior doesn't happen when I ssh into the
machine from home - I'm asked for the password for each individual
ssh key when I try to use it, even if I've first run
security unlock-keychain <login.keychain>
How do I get ssh to read the appropriate ssh key password directly
from the keychain on the remote machine?
MacBook Pro 15", Mac Pro, Mac OS X (10.6.1)