A
AnkitaGoel
Guest
Hello,
For my new project, I need to run a SSH Server on Windows 10 machine and when I get request from SSH Client, after authentication will connect to client and get data.
I am very new to this area. Thank you so much in advance.
Continue reading...
For my new project, I need to run a SSH Server on Windows 10 machine and when I get request from SSH Client, after authentication will connect to client and get data.
I was thinking of using OpenSSH as they started supporting on Windows 10 machines. I can somehow install OpenSSH service on Windows 10 machine and run it. But how can I use it in my C#.Net application? I mean when I get data from client, how can I get it in my code? I could not find any .Net APIs. Please let me know, if you know any NuGet or third party dlls.
I found SSH.Net library on Github. Does anyone know if it also provides APIs to run a SSH Server on Windows machine and accept client requests and data?
I am very new to this area. Thank you so much in advance.
Continue reading...