Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2003 15:39:51 +0100
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        Dag-Erling Smorgrav <des@ofug.org>
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: <xzpr8ah61j4.fsf@flood.ping.uio.no>
References:  <200302071548.h17FmRwv034210@repoman.freebsd.org> <20030209124747.0e1b4b13.Alexander@Leidinger.net> <xzpr8ah61j4.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 09 Feb 2003 14:12:31 +0100
Dag-Erling Smorgrav <des@ofug.org> wrote:

> Alexander Leidinger <Alexander@Leidinger.net> 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 >/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-src" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030209153951.5154e617.Alexander>