Can anyone show me c# code that successfully logs into a Linux server by inputting username and password?
views:
88answers:
2
A:
Im not sure on term emulation but a quick and dirty way would be to send keys from the C# program to a putty window using the window handle. That would be the easiest way especially if you are going though ssh.
rerun
2010-01-14 19:56:07
I'm trying to avoid installing anything I can't easily include in my c# project.
LonnieBest
2010-01-14 20:11:22
Spot on, my brother! It won't let me vote you up until I have 15 reputation points. Sorry, thanks for the recommendation.
LonnieBest
2010-01-14 20:09:51