There is a server (server1) with sshd running.
In a internal network, a MySQL server (server2) is connected with server1
The Server1 - Server2 connection doesn't need to be protected
Program on a client computer:
(Sc)SSHClient.HostName:= server1
MyConnection.Server:= server2
MyConnection.port:= 3306
MyConnection.IOHandler:= MySSHIOHandler
MySSHIOHandler.Client:= SSHClient.
So server1 is only used for login, crypting and decrypting
Would be nice. Thanks for your attention
