Re: OpenSSH Private Key - WeOnlyDo Discussion board

Re: OpenSSH Private Key (General questions)

by wodSupport, Thursday, June 02, 2005, 22:06 (6912 days ago) @ wodSupport

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.


Complete thread: