KeyManager.Load ssh-keygen (wodSSH / wodSSH.NET)
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