IBDAC AND SECUREBRIDGE

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
dfagnan
Posts: 4
Joined: Fri 04 May 2012 12:41

IBDAC AND SECUREBRIDGE

Post by dfagnan » Fri 04 May 2012 12:48

It<s possible to uses IBDAC with Securebridge.
I want to connect via internet to Firebird remoted server in a future project.
With Mydac vcl we have option in tmyconnection ssh
No option like this with IBDAC VCL :?:

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

Re: IBDAC AND SECUREBRIDGE

Post by Dimon » Wed 23 May 2012 06:55

To use IBDAC with SecureBridge you should perform the following steps:
1. Install SSH server on the computer which runs Firebird server, setup it to listen a port allowed for remote connections, and run the SSH server. You can find an SSH server implementation within SecureBridge demos.
2. Add TScSSHChannel and TScSSHClient components to your client application to make an SSH client, and setup port forwarding from a local port to your Firebird server through the port listened by the SSH server. For example, see the SSHClient demo of SecureBridge.
3. Setup your TIBCConnection to connect to the localhost on the port that you used for port forwarding.

Post Reply