Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 1998 08:20:21 -0800
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        Nate Williams <nate@mt.sri.com>
Cc:        Eivind Eklund <eivind@yes.no>, "Jordan K. Hubbard" <jkh@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG
Subject:   Re: cvs commit: CVSROOT avail 
Message-ID:  <2248.888596421@time.cdrom.com>
In-Reply-To: Your message of "Fri, 27 Feb 1998 09:15:24 MST." <199802271615.JAA04081@mt.sri.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Nasty, but effective.  I wouldn't recommend it though. :(

Well, works for me and has for years. ;-)

> What does ssh-agent do?  I've never used it, nor had any reason to.

It puts cookies in the environment that all of its children inheirit,
telling them to forward authentication requests back to the original
ssh-agent.  ssh-add prompts you for your password (even under X, if
present, with a slick little popup box thingy) and registers a
successful authentication with ssh-agent which then passes this
credential on to any sub-ssh tasks which ask.  This means you only
enter your password *once* and all subsequent ssh requests to hosts
which have that particular key in their .ssh/authorized_hosts files
won't have to ask you for the password again, even if they're nested
(e.g. ssh hosta -> ssh hostb).

					Jordan


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2248.888596421>