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
Post a Comment