Click here to Skip to main content
15,895,656 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All
I am trying to get data from a MySql database which is on a remote server. I want to do this using SSH tunnelling so that all the communications are encrypted and secure. I do have SSH server installed on the remote server that I am trying to connect to. I have been looking for .net libraries that could help me connect to the SSH server from C# code and execute Mysql queries, but whatever I found was from commercial vendors. Is there any open-source libraries for doing this or any other way to accomplish this?
Please help
Posted

1 solution

Microsoft does not provide in-box. You need to search for third-party one like http://www.eldos.com/sbb/net-ssh.php?referer1=google&referer2=adwords_ssh_csharp&gclid=CP-Zt_ruy6wCFdQOfAodN1hfqA[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900