Re: keychain doesn't properly cache ssh key

2006-08-11 Thread Jim Kleckner
René Berber wrote: Keychain seems to be missing the equivalent of "eval `ssh-agent -s`" (if using bash). I use this bash function to start keychain to work around that issue. function kc() { #Keychain invocation keychain ~/.ssh/id_rsa if [ -e ~/.ssh-agent-`hostname` ] ; then

Re: keychain doesn't properly cache ssh key

2006-08-10 Thread René Berber
Dominik Hoffmann wrote: > I have a very stock installation of Cygwin (Cygwin.dll Version 1.5.21-2) > on Windows XP Pro. I installed the ssh and rsync packages, as well as > keychain, all from Cygwin's installer interface. The version of > keychain, as you probably know, that Cygwin currently insta

Re: keychain doesn't properly cache ssh key

2006-08-10 Thread Eric Hanchrow
> "Dominik" == Dominik Hoffmann <[EMAIL PROTECTED]> writes: Dominik> Is anyone aware of anything that would help me to get Dominik> keychain work adequately? You have to source the files that keychain creates, like this: $ . ~/.keychain/hostname-sh -- Native Americans used eve

keychain doesn't properly cache ssh key

2006-08-10 Thread Dominik Hoffmann
I have a very stock installation of Cygwin (Cygwin.dll Version 1.5.21-2) on Windows XP Pro. I installed the ssh and rsync packages, as well as keychain, all from Cygwin's installer interface. The version of keychain, as you probably know, that Cygwin currently installs is 2.5.3.1. keychain