Page 1 of 1

SecureBridge and Linux

Posted: Thu 31 May 2007 14:54
by teunis
MySQL database is running on a linux machine
I connect to the Server with MyDAC components for Delphi 6
How is the secure bridge handled on the Linux computer?
I hope that it can be done.
Teunis :?:

Posted: Sat 02 Jun 2007 17:06
by mvalent
I am precisely trying to do this. It is supposed to work with the component TMySSHIOHandler of SecureBridge. However this component doesn't seem to be included with the evaluation version. I wrote to support to see why.

Re: SecureBridge and Linux

Posted: Mon 04 Jun 2007 09:11
by Dimon
teunis wrote:MySQL database is running on a linux machine
I connect to the Server with MyDAC components for Delphi 6
How is the secure bridge handled on the Linux computer?
You can use standart SSH servers (for example, OpenSSH server) on the Linux computer.

Posted: Mon 04 Jun 2007 09:12
by Dimon
mvalent wrote:I am precisely trying to do this. It is supposed to work with the component TMySSHIOHandler of SecureBridge. However this component doesn't seem to be included with the evaluation version.
The component TMySSHIOHandler is included into MyDAC as a demo project. You can find this demo in the MyDAC_InstDir\Demos\TechnologySpecific\SecureBridge\ directory.
MyDAC_InstDir is the MyDAC installation directory on your computer.