From owner-freebsd-stable@FreeBSD.ORG Thu Nov 23 10:42:33 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7627416A407 for ; Thu, 23 Nov 2006 10:42:33 +0000 (UTC) (envelope-from tsr2600@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7426E43D45 for ; Thu, 23 Nov 2006 10:41:58 +0000 (GMT) (envelope-from tsr2600@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so277244pyh for ; Thu, 23 Nov 2006 02:41:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=YQ0R8/pJdQEArRFnbzyq8/4SpVrsIJSqpbvQZ+KV93O5MyX02hFVYWaycEX3pYlP27wzEuyinEldQ4ag81tJsp4F1EmwautavI9hqc8ZwjgbpMJMpoKqz98TmH+ByKFUKt5r8wuKOb5J4Q1kszzVR5GxlYLjPmL6Uk/7Mv9QtyI= Received: by 10.35.134.19 with SMTP id l19mr3104303pyn.1164278519001; Thu, 23 Nov 2006 02:41:59 -0800 (PST) Received: by 10.35.83.3 with HTTP; Thu, 23 Nov 2006 02:41:58 -0800 (PST) Message-ID: <679088c80611230241v2dcc8bd7n6f28044bf31a0b1@mail.gmail.com> Date: Thu, 23 Nov 2006 02:41:58 -0800 From: "Gordon Stratton" To: freebsd-stable@freebsd.org In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: pam.d/sshd X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2006 10:42:33 -0000 On 11/23/06, Stefan Thurner wrote: > I would like to activate ssh-agent automatically You might want to check out keychain[1][2] as well, it's a pretty simple interface to ssh-agent along the same lines as Oliver's script. [1] /usr/ports/security/keychain [2] http://dev.gentoo.org/~agriffis/keychain/ -- Gordon Stratton