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

前端 未结 6 1795
天命终不由人
天命终不由人 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:49

    I used SharpSSH in the past to execute commands on a Linux box. There are quite a few bugs, and I had to modify the code to fix some of them, but eventually it kinda worked...

提交回复
热议问题