KeyManager.Load ssh-keygen - WeOnlyDo Discussion board

KeyManager.Load ssh-keygen (wodSSH / wodSSH.NET)

by Chris Brandt, Wednesday, May 18, 2005, 22:55 (6889 days ago)

I'm getting an error while trying to load a key I generated from ssh-keygen. Keygen produces a .pub file, I assume that's the public key that I should be loading. However the format of the file doesn't match PEM format example that is in the help file.

Should I be able to take a .pub directly from ssh-keygen and import it into KeyManager?

The error I'm getting is Failed to import key from file.

Thanks Chris

Re: KeyManager.Load ssh-keygen

by wodSupport, Wednesday, May 18, 2005, 22:58 (6889 days ago) @ Chris Brandt

Chris,

no, actually you must load Private key, not the public one. Can you try to load that one instead?

Re: KeyManager.Load ssh-keygen

by Chris Brandt, Wednesday, May 18, 2005, 23:12 (6889 days ago) @ wodSupport

duh !

Sorry.