SSh client in C# .net

12,479

You may try the SSH.NET library.

Share:
12,479
user1068846
Author by

user1068846

Updated on June 15, 2022

Comments

  • user1068846
    user1068846 almost 2 years

    I want to write a program that accesses my routers and perform some command, while its output is save to file on my disk. I have done this successfully using python pexpect module in linux. I am starting C# .net and want to try over it. Searching google gave me some result on ssh client, but i dont know if any of them can get me the result back ?

    Any ideas, i know i shouldnt be asking for any code snippet, just point me in right direction specially if someone has used it to fetch configurations off ssh servers.