Re: OpenSSH Private Key (General questions)
It worked pretty much straightforward with your key. Here's my code:
[code]WeOnlyDo.Security.Cryptography.KeyManager km = new WeOnlyDo.Security.Cryptography.KeyManager();
WeOnlyDo.Security.Cryptography.SSHKeyTypes type;
type = km.Load( privatekey.dat , ******** );
MessageBox.Show(km.PublicKeyOpenSSH(type), Public key );[/code]
Hope it helps.