From owner-cvs-all Sun Feb 9 6:40:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56B8D37B401; Sun, 9 Feb 2003 06:40:28 -0800 (PST) Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027F143FE5; Sun, 9 Feb 2003 06:40:12 -0800 (PST) (envelope-from Alexander@Leidinger.net) Received: from fwd04.sul.t-online.de by mailout10.sul.t-online.com with smtp id 18hsct-0002EI-00; Sun, 09 Feb 2003 15:40:11 +0100 Received: from Andro-Beta.Leidinger.net (520065502893-0001@[217.229.222.9]) by fmrl04.sul.t-online.com with esmtp id 18hscc-1Kq7UWC; Sun, 9 Feb 2003 15:39:54 +0100 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) by Andro-Beta.Leidinger.net (8.12.6/8.12.6) with ESMTP id h19EdqbL029826; Sun, 9 Feb 2003 15:39:52 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.6/8.12.6) with SMTP id h19EdqNW002159; Sun, 9 Feb 2003 15:39:52 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Sun, 9 Feb 2003 15:39:51 +0100 From: Alexander Leidinger To: Dag-Erling Smorgrav Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, legacy-committers@FreeBSD.ORG Subject: Re: cvs commit: src/crypto/openssh ssh-agent.c Message-Id: <20030209153951.5154e617.Alexander@Leidinger.net> In-Reply-To: References: <200302071548.h17FmRwv034210@repoman.freebsd.org> <20030209124747.0e1b4b13.Alexander@Leidinger.net> X-Mailer: Sylpheed version 0.8.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Sender: 520065502893-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 09 Feb 2003 14:12:31 +0100 Dag-Erling Smorgrav wrote: > Alexander Leidinger writes: > > Was this supposed to fix my problem with xdm? If yes: doesn't work, I > > still have to start ssh-agent on my own. > > Are you saying that the ssh-agent xdm starts doesn't work, or that xdm > fails to start ssh-agent? I suspect the latter, because I've been > having similar problems while trying to debug this. It fails to start it: ---snip--- (85) netchild@ttyp1 % grep -2 SSH ~/.xsession # ssh-passwd if [ ! -n "${SSH_AUTH_SOCK}" ]; then echo "No ssh-agent found, starting my own." eval $(ssh-agent) fi #if [ -S "${SSH_AUTH_SOCK}" ]; then # /usr/local/bin/ssh-add 2>&1 /dev/null echo -n ${SSH_AUTH_SOCK} > ${HOME}/.ssh_auth_sock #fi (86) netchild@ttyp1 % grep ssh ~/.xsession-errors No ssh-agent found, starting my own. ---snip--- Bye, Alexander. -- Intel: where Quality is job number 0.9998782345! http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message