Top "Ssh.net" questions

SSH.

SSH.NET doesn't process my shell input commands

I'm using SSH.NET to connect to my Raspberry Pi from a Console Application in C#. I want to send …

c# .net ssh stream ssh.net
Renci ssh.net No connection could be made because the target machine actively refused it

We recently deployed a project into production and are now receiving this error message when we attempt to connect to …

c# asp.net sftp ssh.net
Unable to connect to SSH server using SSH.NET

I am currently trying to make a control panel-like program for my Linux server using Visual Basic and SSH.NET. …

vb.net ssh ssh.net
Displaying progress of file upload in a ProgressBar with SSH.NET

I want to show the progress of an uploading process on my ProgressBar, Here is the code of my button "…

c# .net winforms sftp ssh.net
Is it possible to execute multiple SSH commands from a single login session with SSH.NET?

I'm using C# with SSH.NET and have been able to get a client SSH connection working fine to executing …

c# .net session ssh ssh.net