c# - Automate SSH Connection from Windows? -


i'm trying automate ssh connection server windows box. ssh server, log in (using password not certificate), execute few commands, read output, close connection.

what best way accomplish this? there c# libraries, or command line ssh clients called c#? doesn't have c#, whatever works fine.

if need free, sharpssh known (although not updated). there recent rewrite of ssh client in c#, somehere on sourceforge, don't remember it's name , can't find @ moment. update: it's dotnetssh.

there exist several commercial solutions, include vendor-provided support , timely updates. our sshblackbox package 1 of options.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -