Using ssh tunnel with public and private keys (wodSSHTunnel)
I can't figure out how to use PublicKeyOpenSSH property...
I have the keys i generated with putty, can i use those?
How can i add them to key.FromXmlString()?
How can i transform the private keys that looks like this
PuTTY-User-Key-File-2: ssh-rsa
Encryption: none
Comment: rsa-key-20140405
Public-Lines: 4
...
Private-Lines: 8
...
Private-MAC: ....
in a valid string so i can load with key.FromXmlString()?
Thanks, Alice