receive output - WeOnlyDo Discussion board

receive output (wodSSH / wodSSH.NET)

by wodSupport, Thursday, August 28, 2014, 15:22 (3527 days ago) @ Ganesh Sankpal

Ganesh,

public key without the private key makes no sense, so you cannot just create public key. You wouldn't be able to do with it anything anyway, since all crypto-sensitive information is done with the private key.

Also, public key is just a part of the private key.

So, when you Load or Generate the private key, you can always extract public key out using PublicKeyOpenSSH or PublicKeySSH, depending on the format you need. Of course, of you only extract the public key and don't save the private key - you will not be able to do anything with that key.

Kreso


Complete thread: