Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Apr 2008 12:33:59 +0400
From:      Vladimir Grebenschikov <vova@fbsd.ru>
To:        Joe Marcus Clarke <marcus@FreeBSD.org>
Cc:        freebsd-gnome <freebsd-gnome@FreeBSD.org>
Subject:   Re: GNOME 2.22 has been released!
Message-ID:  <1207038839.5381.25.camel@localhost>
In-Reply-To: <1206336222.49828.11.camel@shumai.marcuscom.com>
References:  <1206336222.49828.11.camel@shumai.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2008-03-24 at 01:23 -0400, Joe Marcus Clarke wrote: 
> GNOME 2.22.0 has just been merged into the ports tree.

One more issue:

Looks like there is some work about keyring integration with SSH.
But, unfortunately it broke my system, ssh-add just does not works in my
case.

ssh-add fails to add on of keys, and another key added twice by some
reason:

% env | fgrep SSH_
SSH_AGENT_PID=2020
SSH_AUTH_SOCK=/var/tmp/keyring-lU8ILE/ssh
% ps ax | fgrep ssh-agent
 2020  ??  Ss     0:00.00 /usr/bin/ssh-agent -- gnome-session
% ssh-add -l
1024 79:9c:c9:e7:21:ff:66:ff:c5:f3:53:ed:28:0e:6e:21  (DSA)
1024 79:9c:c9:e7:21:ff:66:ff:c5:f3:53:ed:28:0e:6e:21  (DSA)
% ssh-add
Enter passphrase for /home/vova/.ssh/id_dsa: 
Identity added: /home/vova/.ssh/id_dsa (/home/vova/.ssh/id_dsa)
SSH_AGENT_FAILURE
SSH_AGENT_FAILURE
Could not add identity: /home/vova/.ssh/identity

But in another ssh-agent everything is ok:

% ssh-agent tcsh
% ssh-add
Enter passphrase for /home/vova/.ssh/id_dsa: 
Identity added: /home/vova/.ssh/id_dsa (/home/vova/.ssh/id_dsa)
Identity added: /home/vova/.ssh/identity (vova@vbook.ru)
%  env | fgrep SSH_
SSH_AGENT_PID=89950
SSH_AUTH_SOCK=/tmp/ssh-HI3CU98Il0/agent.89948
% ps ax | fgrep ssh-agent
 2020  ??  Ss     0:00.00 /usr/bin/ssh-agent -- gnome-session
89950  ??  Ss     0:00.00 ssh-agent tcsh
% ssh-add -l
1024 03:9d:a9:d5:a0:36:94:58:2b:99:66:98:96:c1:a7:68 vova@vbook.ru (RSA1)
1024 79:9c:c9:e7:21:ff:66:ff:c5:f3:53:ed:28:0e:6e:21 /home/vova/.ssh/id_dsa (DSA)
%

> Joe

-- 
Vladimir B. Grebenschikov
vova@fbsd.ru



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