Re: cvs commit: src/crypto/openssh ssh-agent.c

[ Available lists | Index of cvs-all | Month of Feb 2003 | Week of 9 Feb 2003 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Alexander Leidinger <Alexander@Leidinger.net>
Date
9 Feb 2003 06:40:32
Subject
Re: cvs commit: src/crypto/openssh ssh-agent.c
Message-ID
20030209153951.5154e617.Alexander@Leidinger.net


[ Hide this part ]
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-all" in the body of the message



Elapsed time: 0.168 seconds