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.
Complete thread:
- OpenSSH Private Key - Rodney Trugman, 2005-06-02, 19:16
- Re: OpenSSH Private Key - wodSupport, 2005-06-02, 20:30
- Re: OpenSSH Private Key - Rodney Trugman, 2005-06-02, 21:32
- Re: OpenSSH Private Key - wodSupport, 2005-06-02, 21:35
- Re: OpenSSH Private Key - wodSupport, 2005-06-02, 22:06
- Re: OpenSSH Private Key - wodSupport, 2005-06-02, 21:35
- Re: OpenSSH Private Key - Rodney Trugman, 2005-06-02, 21:32
- Re: OpenSSH Private Key - wodSupport, 2005-06-02, 20:30