Hi there!
I have just downloaded SecureBridge demo version. I have some questions:
1. Can SB accept SSH Server Public key automatically (Do not use "Import Server key" functionality)?
2. How to import Public & Private keys which generated from PuttyGen?
Thanks!
About SSH Client App
Re: About SSH Client App
TScSSHClient doesn't accept a server public key automatically, because it breaks security principles.UserIdx64 wrote:1. Can SB accept SSH Server Public key automatically (Do not use "Import Server key" functionality)?
Re: About SSH Client App
The fact is that PuTTY saves keys in its own format. You should export your keys in the OpenSSH or SSH2 format.UserIdx64 wrote:2. How to import Public & Private keys which generated from PuttyGen?
For that you should load your private key in PuTTY Key Generator, and export it to any available format using the Conversions menu.
After that you should import this key in TScStorage using the TScKey.ImportFrom method.