[KLUG Members] ldap102 presentation

Dirk H Bartley bartleyd2 at chartermi.net
Tue Nov 23 08:43:50 EST 2004


The ssh-agent is the passphrase keeper.  If you want you can make it
persistent, for instance the way I have an agent in the background start
in rc.local and then source:

in rc.local
# start an agent for root
ssh-agent > /root/.ssh/agent-info
echo "You rebooted, you must ssh-add on this host" | sendmail
dbartley at schupan.com

in any cron job
source ~/.ssh/agent-info

Could work the same in bashrc as a cron job.  You still need to give the
agent the passphrase every time you reboot.

Dirk

On Tue, 2004-11-23 at 02:33, Andrew Thompson wrote:
> On Mon, 2004-11-22 at 15:15, Bruce Smith wrote:
> > > > I looked for the ldap102 presentation on the past presentation page and
> > > > on the ftp server.  Did not succeed at finding it.
> > > 
> > > Nope, I haven't posted it yet.  I lost my SSH key when my laptop
> > > harddrive crashed and haven't heckled the sitemaster about installing a
> > > new one yet.  Got to remember to backup those hidden files! :)
> > 
> > Just send me your new public key.
> 
> Which actually calls to mind a question...
> 
> Is there any sort of passphrase keeper I can use so I don't have to
> ssh-add the friggin' thing every time I log in?



More information about the Members mailing list