Date: Sun, 9 Jul 2000 21:58:43 +0200 (CEST) From: Paul Herman <pherman@frenchfries.net> To: Mark Ovens <mark@dogma.freebsd-uk.eu.org> Cc: questions@FreeBSD.ORG Subject: Re: Question about the use of ssh-agent(1) Message-ID: <Pine.BSF.4.21.0007092157290.2764-100000@bagabeedaboo.security.at12.de> In-Reply-To: <Pine.BSF.4.21.0007092134220.2764-100000@bagabeedaboo.security.at12.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 9 Jul 2000, Paul Herman wrote: > if [ "x$SSH_AGENT_PID" = "x" ]; then > if [ -r ~/.ssh-env ] > then eval < ~/.ssh-env > else "eval `ssh-agent` > ~/.ssh-env" > fi > fi Oops! Sent out to fast. "ssh-add" should be added to the "else". :) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007092157290.2764-100000>