Page 1 of 1

SSH Server example does not work

Posted: Mon 27 May 2013 12:20
by gandalf
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.

Re: SSH Server example does not work

Posted: Thu 13 Jun 2013 18:14
by gandalf
Dear Support,

Could you please help with the issue and questions?

Thank you.

Re: SSH Server example does not work

Posted: Wed 26 Jun 2013 06:45
by anders_g
Support obviously died, went on vaccation or something, no answer to anything during the whole of June...

/Anders

Re: SSH Server example does not work

Posted: Thu 27 Jun 2013 09:51
by Dimon
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.

Re: SSH Server example does not work

Posted: Thu 27 Jun 2013 09:54
by Dimon
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.

Re: SSH Server example does not work

Posted: Thu 27 Jun 2013 09:55
by Dimon
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.

Re: SSH Server example does not work

Posted: Thu 27 Jun 2013 09:57
by Dimon
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.

Re: SSH Server example does not work

Posted: Sat 29 Jun 2013 19:59
by gandalf
Thank you for the information.

Re: SSH Server example does not work

Posted: Mon 01 Jul 2013 07:51
by Dimon
If any other questions come up, please contact me.