[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2015-10-10 Thread Ivan Voras
Bump.
Same thing, still not fixed 5 years later.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2015-02-11 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/771272

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2014-10-31 Thread Ross Younger
ssh-add with ECDSA keys in Ubuntu 14.04 used to work for me, but now
that #1271591 has been fixed (gnome-keyring version 3.10.1-1ubuntu4.1)
they have broken.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2014-03-17 Thread Isaac
You can automatically bypass gnome-keyring with the following shell
snippet:

export SSH_AGENT_PID=$(pgrep -ou $USER ssh-agent)
export SSH_AUTH_SOCK=$(find -L /tmp -type s -user $USER -name 'agent.*' 
2/dev/null | head -1)

If you know where to stick it, at session startup, then it may serve as
a workaround.  Or you can place it in a script just wrapping ssh-add.
I'm not sure if the gnome-keyring socket would still work for SSH once
the key has been loaded.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2014-01-01 Thread Bug Watch Updater
** Changed in: gnome-keyring (Debian)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2013-11-22 Thread Maykel Moya
** Bug watch added: Debian Bug tracker #704204
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704204

** Also affects: gnome-keyring (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704204
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2013-11-22 Thread Sebastien Bacher
** Changed in: gnome-keyring (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-keyring (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2013-11-22 Thread Bug Watch Updater
** Changed in: gnome-keyring (Debian)
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2013-09-17 Thread Didier Conchaudron
Same problem here. Tested on regular 12.04 with 521 bits long ECDSA:

$ ssh-add 
Enter passphrase for /home/user/.ssh/id_ecdsa: 
Error reading response length from authentication socket.
Could not add identity: /home/user/.ssh/id_ecdsa

Claudio trick to export ssh-agent variables worked:

$ ssh-add
Enter passphrase for /home/user/.ssh/id_ecdsa: 
Identity added: /home/user/.ssh/id_ecdsa (/home/user/.ssh/id_ecdsa)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2013-09-12 Thread Enrique
I am having the same problem when logged in a Ubuntu 13.04 server. Therefore no 
gnome-keyring is running.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2013-09-02 Thread Tv
Tested on 13.04, still buggy. Manually running SSH_AUTH_SOCK=/tmp/ssh-
phxl1McWvuSj/agent.20832 skips gnome-keyring for ssh-agent actions, and
makes ecdsa work again -- but naturally that workaround is hard to do,
as the random parts keep changing.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2012-10-22 Thread Andreas Schultz
ssh-add with ECDSA keys used to work in Xubuntu 12.04 for me, but 12.10
broken it.

It seems that before the ssh keyring was NOT managed by gnome keyring,
but it is now.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2012-03-12 Thread Chris Danis
Looks like this is a known issue in gnome-keyring:

https://bugzilla.gnome.org/show_bug.cgi?id=641082

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2012-03-12 Thread Bug Watch Updater
** Changed in: gnome-keyring
   Status: Unknown = Confirmed

** Changed in: gnome-keyring
   Importance: Unknown = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2012-03-06 Thread Takeo Sawada
** Bug watch added: GNOME Bug Tracker #641082
   https://bugzilla.gnome.org/show_bug.cgi?id=641082

** Also affects: gnome-keyring via
   https://bugzilla.gnome.org/show_bug.cgi?id=641082
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2011-12-07 Thread Dave Neary
Does anyone have a workaround? Perhaps a way to get the PID of an
existing agent and connect to it when launching a shell? This is really
annoying.

Dave.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2011-09-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-keyring (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2011-08-18 Thread Federico Foschini
Same problem here. Looks like gnome-keyring can't use ECDSA keys!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/771272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2011-04-27 Thread jh
Don't think it's that simple. The new agent is overriding the gnome
authentication agent, and you've now lost any keys that were
automagically loaded from the gnome keyring.

This is a very annoying bug, possibly in /usr/lib/policykit-1-gnome
/polkit-gnome-authentication-agent-1.

Please can it be fixed soon.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2011-04-27 Thread Claudio Moretti
On Wed, Apr 27, 2011 at 13:53, jh jh+...@daria.co.uk wrote:

 Don't think it's that simple. The new agent is overriding the gnome
 authentication agent, and you've now lost any keys that were
 automagically loaded from the gnome keyring.

 Ah, now I understand:

claudio@Chuck:~$ echo $SSH_AUTH_SOCK
/tmp/keyring-ZK6XAP/ssh
claudio@Chuck:~$ echo $SSH_AGENT_PID
1640
claudio@Chuck:~$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-iRQvNKEv2225/agent.2225; export SSH_AUTH_SOCK;
SSH_AGENT_PID=2226; export SSH_AGENT_PID;
echo Agent pid 2226;

So, maybe it means that polkit isn't capable of handling ECDSA keys, and it
makes sense because when using seahorse to show the key properties, my ECDSA
key is recognized as a 320 bit DSA key (see attachment).


** Attachment added: Seahorse.png
   
https://bugs.launchpad.net/bugs/771272/+attachment/2091399/+files/Seahorse.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2011-04-26 Thread Claudio Moretti
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/771272

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs