GNOME 2.22 has been released!

Vladimir Grebenschikov vova at fbsd.ru
Tue Apr 1 01:34:05 PDT 2008


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 at 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 at 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 at fbsd.ru


More information about the freebsd-gnome mailing list