SSH Client connection (wodSSHTunnel)
Hello,
Using Generate/Save methods of CKeys and considering all input parameters, I expect to find the private key in file.
I mention that the file is correctly set up and operational.
CKeys oKey;
oKey.Generate(RSAkey, BitCount);
okey.Save(RSAkey, Filename, Password);
Why the key is not stored in file ?
Thanks,
Mariana