Page 1 of 1

About SSH Client App

Posted: Thu 25 Dec 2014 02:50
by UserIdx64
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!

Re: About SSH Client App

Posted: Tue 03 Feb 2015 13:48
by Dimon
UserIdx64 wrote:1. Can SB accept SSH Server Public key automatically (Do not use "Import Server key" functionality)?
TScSSHClient doesn't accept a server public key automatically, because it breaks security principles.

Re: About SSH Client App

Posted: Tue 03 Feb 2015 13:50
by Dimon
UserIdx64 wrote:2. How to import Public & Private keys which generated from PuttyGen?
The fact is that PuTTY saves keys in its own format. You should export your keys in the OpenSSH or SSH2 format.
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.