[Bug 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2015-12-01 Thread Adam Katz
While this is not a big endian problem, it is a problem and it is NOT solved yet. I doubt it will be solved until Ubuntu bug 1420522 is solved. This is GNOME bug 754028 (Among oth

[Bug 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2015-12-01 Thread Adam Katz
Peter: Yes, that's all true (it's a workaround after all), though you could add the ssh-agent command to your startup scripts. I've updated my Stack Exchange answer to reflect that. BTW, you don't actually need the `mv` line since the .broken socke

[Bug 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2015-03-11 Thread Adam Katz
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 s