SSH protocol support

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mp
Posts: 1
Joined: Fri 02 Mar 2007 06:52
Location: Japan

SSH protocol support

Post by mp » Fri 02 Mar 2007 07:16

Hello

I use MyDAC Version 4.23.
I have the question about MyDAC 5.00 beta.
In the Announcement,
"SSH protocol support via CryptoLibrary component set supported"
I got Ver 5.00 beta from CoreLab Site and I tried it,
but I couldn't understand how to connect remote MySQL by SSH protocol.
Please tell me how to use this new functually.

Thanks

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 02 Mar 2007 13:47

MyDAC 5 provides an interface to CryptoLibrary. CryptoLibrary is one of the new products we are working on that has not yet been released. A public CryptoLibrary Beta will be available after the MyDAC release. Now we cannot provide an exact date for the CryptoLibrary release.

snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Post by snorkel » Sun 04 Mar 2007 21:55

Antaeus wrote:MyDAC 5 provides an interface to CryptoLibrary. CryptoLibrary is one of the new products we are working on that has not yet been released. A public CryptoLibrary Beta will be available after the MyDAC release. Now we cannot provide an exact date for the CryptoLibrary release.
Sounds interesting, will it work with any TCP/IP transport?
for example Synapse? Or does it provide it's own socket transport.

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

Post by Dimon » Mon 05 Mar 2007 17:17

The CryptoLibrary will provide its own socket transport. You will not need take care about working with socket.

Post Reply