From owner-freebsd-questions Sun Jul 9 12:58:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id EE2D237B6A4 for ; Sun, 9 Jul 2000 12:58:52 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-195-153.netcologne.de [194.8.195.153]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id VAA09438; Sun, 9 Jul 2000 21:58:50 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e69Jwh303512; Sun, 9 Jul 2000 21:58:43 +0200 (CEST) Date: Sun, 9 Jul 2000 21:58:43 +0200 (CEST) From: Paul Herman To: Mark Ovens Cc: questions@FreeBSD.ORG Subject: Re: Question about the use of ssh-agent(1) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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