[Desktop-packages] [Bug 372608] Re: import failure: Invalid file format

2014-09-12 Thread Sämy
I had a similar problem when the public key spaned multiple lines (however, using it with ssh worked). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to seahorse in Ubuntu. https://bugs.launchpad.net/bugs/372608 Title: import failure: In

[Desktop-packages] [Bug 372608] Re: import failure: Invalid file format

2012-04-12 Thread James Lewis
I can confirm that I was successfully able to import an ssh key using seahorse, I got a segfault as documented in this bug:- https://bugzilla.redhat.com/show_bug.cgi?id=751515 But my key was imported successfully on 12.04. So... half way there... now we just need to do it without crashing. ;) *

[Desktop-packages] [Bug 372608] Re: import failure: Invalid file format

2012-04-12 Thread James Lewis
This is reported fixed in the upstream bug tracker, but currently seahorse 3.4 has not landed in 12.04, I know some Gnome 3.4 applications are making it into the LTS but it's not clear if this will happen for seahorse before release, if anyone has more info on the status of that it might help here.

[Desktop-packages] [Bug 372608] Re: import failure: Invalid file format

2012-02-09 Thread Pravin Paratey
To get seahorse to automatically add the key, you will have to export the public key and save it as id_rsa.pub. $ ssh-keygen -y Enter file in which the key is (/home/pravin/.ssh/id_rsa): Enter passphrase: And then save the public key generated in a file called id_rsa.pub (using copy+paste) --