In diesem Video benutzen wir die Bibliothek SSH.NET um einen SSH Tunnel per C# Programm zu einem Linux Server aufzubauen. Sobald uns dieser SSH Tunnel zur Verfügung steht können wir über…
Original source
MySQL Connection über SSH in C# .NET – Tutorial
Tags
.NET MySQL, C Sharp (programming Language), Datenbank..., linux, Mysql Datenbank, mysql tutorial, Software Tutorial..., ssh, tutorial, Tutorial Deutsch, Windows
Share :
- tweet
-
About the : d4mer
sistema biblioteca php Mysql(CODIGO FUENTE GRATIS)
April 12th, 2019Apache, PHP & MySql on Docker
April 11th, 2019Python Flask and Vue Tutorial – Video 1
April 11th, 2019Importing MySQL Database
April 11th, 2019sistema escolar php y mysql Codigo Fuente Gratis
April 10th, 2019Connecting to MySQL database on Wampserver from any host (Computer)
April 10th, 20196 Comments
Leave A Comment
You must be logged in to post a comment.
Link Darkshire
Super Tut ^^
hat mir sehr geholfen
Marian Veres
Thank you, just as needed it.
Made my night bright.
Alles gute. 🙂
Adrian Silva
Nice tutorial! Only one question…. the ssh client left the port open (established connection on netstat results) until the programm is closed, so if you don't close the programm and you try to connect and consult again, when you arrive to conn.Open() line the connection is really slow just because it tries to open the same port and about 30 sec after works fine. How can we open/close the ssh client port forwarding in order to make a truly new ssh connection like in the beginning? Thks!
Timm Sander
Vielen Dank, sehr hilfreiches Video!
OnMatthias
Gerne. 🙂
Lubitzkie
Danke hat mir sehr geholfen weil ich genau das gerade gebraucht habe. Ist auch das einzige was man bei Google dazu findet.