[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771272 Title: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched To

[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 Bugs, which is

[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 Bugs, which is subscribed to Ubuntu.

[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

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771272 Title: ssh-add does not handle ECDSA keys until ssh-agent exports are

[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

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771272

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771272 Title: ssh-add does not handle ECDSA keys until ssh-agent exports are

[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: $

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771272 Title: ssh-add does not handle ECDSA

[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

[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 Bugs, which is subscribed to Ubuntu.

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771272 Title: ssh-add does not handle ECDSA keys

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771272 Title: ssh-add

[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

[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 Bugs, which is subscribed to Ubuntu.

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771272 Title:

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771272 Title: ssh-add does not handle ECDSA keys until ssh-agent exports are

[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

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

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771272 Title: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched -- ubuntu-bugs mailing list