In <4b5092d0.60...@cyberspaceroad.com>, Adam Hardy wrote: >keychain id_rsa in my .bash_profile doesn't work, I still have to give ssh > my password for the private key when I use ssh.
I use this for starting the daemons or connecting to existing daemons by setting environment variables in the current shell: eval "$(/usr/bin/keychain --eval --quiet --inherit any-once --stop others -- noask --lockwait 0)" I use this for adding keys to an existing daemon -- it doesn't change the environment at all: SSH_KEYS=('id_dsa') /usr/bin/keychain --inherit any-once --stop others --clear "${ssh_ke...@]}" -- Boyd Stephen Smith Jr. ,= ,-_-. =. b...@iguanasuicide.net ((_/)o o(\_)) ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' http://iguanasuicide.net/ \_/
signature.asc
Description: This is a digitally signed message part.