[Bug 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines
Adam Katz
201786 at bugs.launchpad.net
Thu Mar 12 01:19:39 UTC 2015
Summary of problem (for me):
* ssh host fails with "ssh Agent admitted failure"
* SSH_AUTH_SOCK= ssh host works just fine
* Conclusion: gnome-keyring can't deal with complex keys
WORKAROUND:
mv $SSH_AUTH_SOCK $SSH_AUTH_SOCK.broken
ssh-agent -a $SSH_AUTH_SOCK
This is a new instance of ssh-agent, so it won't have any keys in it
(despite what seahorse says, since that's tied to the .broken agent).
You'll have to add them via ssh-add.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/201786
Title:
ssh Agent admitted failure to sign using the key on big endian
machines
To manage notifications about this bug go to:
https://bugs.launchpad.net/seahorse/+bug/201786/+subscriptions
More information about the Ubuntu-server-bugs
mailing list