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
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
> "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
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
4 matches
Mail list logo