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

[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

[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. ;)

[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) --

[Bug 372608] Re: import failure: Invalid file format

2011-06-02 Thread Colan Schwartz
** Changed in: seahorse (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to seahorse in Ubuntu. https://bugs.launchpad.net/bugs/372608 Title: import failure: Invalid file format -- desktop-bugs

[Bug 372608] Re: import failure: Invalid file format

2010-10-16 Thread Nick Robinson-Wall
I had a similar issue - but I would never get any error message displayed, seahorse would just exit with no message, leaving behind a partial copy of the key missing a few bytes from the end at ~/.ssh/id_rsa (or ~/.ssh/id_rsa.1 if that already existed). If I ran from console I would see the same

[Bug 372608] Re: import failure: Invalid file format

2010-02-10 Thread Bill
I *was* having the same problem here in Jaunty. This should be a bug, and should be fixed. It was not a mime-type issue for me (though I saw the same /symptoms/ as others report). Copying the public key line out of authorized_keys2 and creating id_dsa.pub, then running seahorse, there was not

[Bug 372608] Re: import failure: Invalid file format

2010-01-06 Thread ski
Same problem, this time with a pgp key. Running karmic. An identical import worked fine on hardy. -- import failure: Invalid file format https://bugs.launchpad.net/bugs/372608 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to seahorse in

[Bug 372608] Re: import failure: Invalid file format

2010-01-06 Thread ski
Forgot to add, the workaround I used was to rename my (private) pgp keys as foo.pgp, then I was able to import them just fine. -- import failure: Invalid file format https://bugs.launchpad.net/bugs/372608 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 372608] Re: import failure: Invalid file format

2009-12-27 Thread runout
i figured out, the name of the files doesn't matter as long as both files have the same name (public key with .pub) and are in the same directory (~/.ssh/). but the import functionality should be fixed. -- import failure: Invalid file format https://bugs.launchpad.net/bugs/372608 You received

[Bug 372608] Re: import failure: Invalid file format

2009-12-17 Thread gmayer
I can confirm that on karmic 64bit with all latest updates applied I cannot manually import ANY keys, rsa, dsa, encrypted or not as it always complains about Invalid file format. Makes the application kinda useless for any keys other than ~/.ssh/id_rsa... -- import failure: Invalid file format

[Bug 372608] Re: import failure: Invalid file format

2009-12-17 Thread Martin Meyer
In bug 397145 it was pointed out that importing your ssh keys happens automatically if ~/.ssh/id_rsa and ~/.ssh/id_rsa.pub are both present. Did you maybe rename your public key file? That was what make the SSH agent stuff not work on my system. I haven't tested, but I suspect that key importing

[Bug 372608] Re: import failure: Invalid file format

2009-10-10 Thread Anders Norgaard
Is seahorse simply linked against the wrong library in Ubuntu? I tried filing https://bugzilla.gnome.org/show_bug.cgi?id=597310 with this info and...@salt2:~/devel/gtktest$ cat test.c #include gtk/gtk.h #include gio/gio.h #include glib/gstdio.h int main( int argc, char *argv[] ){

[Bug 372608] Re: import failure: Invalid file format

2009-10-06 Thread UnSandpiper
Experience the same behavior under Karmic beta. -- import failure: Invalid file format https://bugs.launchpad.net/bugs/372608 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to seahorse in ubuntu. -- desktop-bugs mailing list

[Bug 372608] Re: import failure: Invalid file format

2009-10-01 Thread Anders Norgaard
The mime-type checking that Seahorse uses does seem broken to me. http://git.gnome.org/cgit/seahorse/tree/libseahorse/seahorse-util.c#n793 which i think calls http://git.gnome.org/cgit/glib/tree/gio/gcontenttype.c#n319 which has no chance of returning eg. application/x-ssh-key -- import

[Bug 372608] Re: import failure: Invalid file format

2009-08-04 Thread Lars Mai
Thank you for the hint, but this is unrelated I believe - both my keys are identified as application/octet-stream by xdg-mime. But I just discovered that it seems to be related to DSA keys in seahorse in general. I was not able to generate a DSA key with ssh- keygen or puttygen which would be

[Bug 372608] Re: import failure: Invalid file format

2009-08-04 Thread Steven
I get the same problem as comment #4 but using RSA keys. Version 2.26.1 on Jaunty, -- import failure: Invalid file format https://bugs.launchpad.net/bugs/372608 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to seahorse in ubuntu. --

[Bug 372608] Re: import failure: Invalid file format

2009-07-08 Thread Martin Meyer
This may be related to bug 397145 which I just filed. Basically I suspect that seahorse and gnome-keyring-manager refuse to recognize the id_rsa file because it isn't recognized as the proper mime type. Can you check your key file to see what mime type it is identified as? Also, can someone who

[Bug 372608] Re: import failure: Invalid file format

2009-05-12 Thread Lars Mai
I can confirm that it does not work in jaunty (dont know about earlier versions). I have two private ssh keys in my .ssh directory: - one RSA-key generated with ssh-keygen - it gets picked up automatically as expected by seahorse - one DSA-key generated with putty, and exported through putty to

[Bug 372608] Re: import failure: Invalid file format

2009-05-12 Thread Lars Mai
I can confirm that it does not work in jaunty (dont know about earlier versions). I have two private ssh keys in my .ssh directory: - one RSA-key generated with ssh-keygen - it gets picked up automatically as expected by seahorse - one DSA-key generated with putty, and exported through putty to