SSH Server example does not work

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
gandalf
Posts: 21
Joined: Mon 20 Feb 2012 17:43

SSH Server example does not work

Post by gandalf » Mon 27 May 2013 12:20

I have send an e-mail but didn't get a response (yet) so will post my questions here. :?

When running the SSHServer example the message 'SSHServer is not an installed service'.

How can this example be used? The SFTP server example and documentation also seems to be missing.

There are no SSL examples in the demo folder.
- Are SSL project examples available?
- Is there an example how to connect to a HTTPS (SSL) server (with third-party SSL certificate and/or own self-created certificate)? What would be the steps to follow?

- If technically possible are there plans to deliver a SSL server component in SecureBridge (so there is no need to use a webserver)?

Thanks in advance.

gandalf
Posts: 21
Joined: Mon 20 Feb 2012 17:43

Re: SSH Server example does not work

Post by gandalf » Thu 13 Jun 2013 18:14

Dear Support,

Could you please help with the issue and questions?

Thank you.

anders_g
Posts: 8
Joined: Sun 03 Feb 2013 14:55

Re: SSH Server example does not work

Post by anders_g » Wed 26 Jun 2013 06:45

Support obviously died, went on vaccation or something, no answer to anything during the whole of June...

/Anders

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

Re: SSH Server example does not work

Post by Dimon » Thu 27 Jun 2013 09:51

We are sorry for the delay.
gandalf wrote: When running the SSHServer example the message 'SSHServer is not an installed service'.
How can this example be used?
The SSHServer demo is interdependent with the SSHServerService demo.
Before starting the SSHServerService demo, you should run the SSHServer demo and set server options, like users and keys list.
To run SSH server, perform the following steps:
- compile the SSHServerService project;
- install it by calling the following command: SSHServerService.exe /install
- compile the SSHServer project;
- run this application, create a new user for authentication, or use a created user with username test and password test;
- start the service by pressing the "Start server" button.

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

Re: SSH Server example does not work

Post by Dimon » Thu 27 Jun 2013 09:54

gandalf wrote:There are no SSL examples in the demo folder.
- Are SSL project examples available?
We can not make SSLClient demo, because using of SSL protocol depends on the protocol that needs to be protected. SSL protocol is not self-sufficient.
To create SSL connection drop the TScSSLClient and TScCryptoAPIStorage components on form and configure them. You can find the detailed information about configuring and starting SSL client in the "Step-by-step tutorial" topic of the SecureBridge help.

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

Re: SSH Server example does not work

Post by Dimon » Thu 27 Jun 2013 09:55

gandalf wrote:- Is there an example how to connect to a HTTPS (SSL) server (with third-party SSL certificate and/or own self-created certificate)? What would be the steps to follow?
Now SecureBridge does not support the HTTPS protocol using SSL. We are planning to support such functionality in the future.

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

Re: SSH Server example does not work

Post by Dimon » Thu 27 Jun 2013 09:57

gandalf wrote:- If technically possible are there plans to deliver a SSL server component in SecureBridge (so there is no need to use a webserver)?
Unfortunately, now SecureBridge does not support creating SSL server. We are planning to support SSL server in the future.

gandalf
Posts: 21
Joined: Mon 20 Feb 2012 17:43

Re: SSH Server example does not work

Post by gandalf » Sat 29 Jun 2013 19:59

Thank you for the information.

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

Re: SSH Server example does not work

Post by Dimon » Mon 01 Jul 2013 07:51

If any other questions come up, please contact me.

Post Reply