I use SecureBridge to provide secure connection with MySQL.
(via TMySSHIOHandler and TScSSHClient).
For example I have three connections to DB ( each connection in separate thread).
TScSSHClient object I create in main thread.
TMySSHIOHandler objects I create in connection threads.
But I have an errors trying open DB connection.
May be it's a wrong way.
Could you please specify using ssh connections in threads.