Re: Keychain problems

From: Stephen Pedrosa Eilert (spedrosa_at_mailandnews.com)
Date: 06/27/03

  • Next message: Atro Tossavainen: "Re: Sftp Logging Patch"
    Date: Thu, 26 Jun 2003 19:49:17 -0300 (BRT)
    To: Fergus Wilde <fwilde@chethams.org.uk>
    
    

    On Thu, 26 Jun 2003, Fergus Wilde wrote:

    > Keychain is supposed to write to the file .ssh-agent, but this file is not
    > created; creating it empty with touch just leaves it sitting their empty,
    > keychain isn't writing to it.

    Well, on my computer, keychain writes a (hostname)-sh file, inside a
    .keychain directory, and not .ssh-agent as I saw in some tutorials. Maybe
    it will give some clues... Here's part of my .bashrc

    -----
    keychain ~/.ssh/id_dsa
    source ~/.keychain/$HOSTNAME-sh > /dev/null
    -----

    (In my case, the file is called Elderbrain-sh; there's also a
    Elderbrain-csh)

    []'s

    Stephen Pedrosa Eilert

    'Commit yourself to quality from day one ... it's better to do nothing at
    all than to do something badly.' -Mark H. McCormack


  • Next message: Atro Tossavainen: "Re: Sftp Logging Patch"