Re: [python-committers] PSA: replace your DSA keys for SSH
Even better: send a ed25519 key as documented in the devguide.
By the way, for those who have been scratching their heads under Linux with unhelpful behaviour from the desktop's keyring, it turns out gnome-keyring hasn't been updated for ed25519 support...
https://bugzilla.gnome.org/show_bug.cgi?id=723274
Regards
Antoine.
On Tue, Sep 1, 2015 at 2:02 AM, Antoine Pitrou <antoine@python.org> wrote:
By the way, for those who have been scratching their heads under Linux with unhelpful behaviour from the desktop's keyring, it turns out gnome-keyring hasn't been updated for ed25519 support...
On Mac, I had an easy timing compiling openssh locally ( http://www.openssh.com/portable.html) to get the version with ed25519 support. The default version did not have ed25519 support and I could not get precompiled latest version via brew.
-- Senthil
participants (2)
-
Antoine Pitrou -
Senthil Kumaran