I'd like to run a command over ssh from a windows box running using c#

前端 未结 6 1799
天命终不由人
天命终不由人 2021-01-02 08:31

Note that this has to be on a windows box as I am using c# to access information about windows

(I need information from both a windows box and a linux box, plus I th

6条回答
  •  無奈伤痛
    2021-01-02 08:44

    If you're not averse to interop with C libs, I believe OpenSSH is one of the best libraries available for the job.

提交回复
热议问题