SSh login

  • Thread starter Thread starter coder316
  • Start date Start date
C

coder316

Hello,
I order for me to retrieve data from a mysql DB,I have to SSH login to
the main server first.
It always been a 2 step process- Login with Putty and then login to
mysql.
I writing some code in C# w/ VS2008 and was wodering how I take care
of the initial Login to the (Linux) server.

Thanks
 
coder316 said:
I order for me to retrieve data from a mysql DB,I have to SSH login to
the main server first.
It always been a 2 step process- Login with Putty and then login to
mysql.
I writing some code in C# w/ VS2008 and was wodering how I take care
of the initial Login to the (Linux) server.

An open source option is:
http://sourceforge.net/projects/sharpssh/

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top