From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 14:22:08 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5088C16A4CF for ; Tue, 15 Feb 2005 14:22:08 +0000 (GMT) Received: from phenix.rootshell.be (phenix.rootshell.be [217.22.55.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D7643D4C for ; Tue, 15 Feb 2005 14:22:08 +0000 (GMT) (envelope-from kilim@phenix.rootshell.be) Received: by phenix.rootshell.be (Postfix, from userid 58045) id EAB3E179AF; Tue, 15 Feb 2005 15:22:05 +0100 (CET) Date: Tue, 15 Feb 2005 15:22:05 +0100 From: kilim To: freebsd-questions@freebsd.org Message-ID: <20050215142205.GA28272@phenix.rootshell.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: SSH-agent setting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 14:22:08 -0000 Hello, I set ssh-agent just fine for a session from a xterm under X. But what I'd like to have is once I log in to have session start from my .profile so that when I do "startx" every subsequent xterm 'inherits' the ssh-agent so that I don't have to type in the password. Is such a thing do-able ? Thank you