About SSH Client App

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
UserIdx64
Posts: 3
Joined: Thu 25 Dec 2014 02:43

About SSH Client App

Post by UserIdx64 » Thu 25 Dec 2014 02:50

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!

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: About SSH Client App

Post by Dimon » Tue 03 Feb 2015 13:48

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.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: About SSH Client App

Post by Dimon » Tue 03 Feb 2015 13:50

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.

Post Reply