Gentoo Archives: gentoo-dev

From: "Otis Gospodnetic
To: gentoo-dev@g.o
Subject: [gentoo-dev] bug in keychain 1.2
Date: Wed, 12 Sep 2001 20:45:26
Message-Id: 3B9FE683.4060803@my-deja.com
1 I like keychain. A nice tool. It looks, however, that it is still a
2 little buggy. I have the version 1.2. The following shows the bug,
3 although I haven't pinpointed what causes it, yet.
4
5 [otis@linux2 otis]$ ps auxw|grep ssh
6 root 630 0.0 0.0 2560 104 ? S 16:57 0:00
7 /usr/sbin/sshd
8 otis 1213 0.0 0.0 2332 0 ? SWN 17:03 0:00 ssh-agent
9 otis 1268 0.0 0.7 2752 952 pts/0 S 17:04 0:02 ssh l1
10 otis 1826 0.0 1.2 2628 1564 pts/2 S 18:40 0:00 ssh l1
11 otis 1855 0.0 0.4 1600 608 pts/1 S 18:46 0:00 grep ssh
12 [otis@linux2 otis]$ export |grep SSH
13 declare -x SSH_AGENT_PID="863"
14 declare -x SSH_ASKPASS="/usr/libexec/openssh/gnome-ssh-askpass"
15 declare -x SSH_AUTH_SOCK="/tmp/ssh-XXe8GBka/agent.861"
16
17 Otis

Replies

Subject Author
Re: [gentoo-dev] bug in keychain 1.2 Daniel Robbins <drobbins@g.o>