Top "Ssh.net" questions

SSH.

Unable to upload a file SFTP using SSH.NET in C# - Permission Denied

I am trying to upload a file using SFTP protocol using C# using SSH.NET library. Below is the code …

c# upload sftp permission-denied ssh.net
SSH.NET SFTP Get a list of directories and files recursively

I am using Renci.SshNet library to get a list of files and directories recursively by using SFTP. I can …

c# .net sftp ssh.net
Copying or moving a remote file using SSH.NET with C#

I know that I can upload and download files from/to a SFTP server using SftpClient class of SSH.NET …

c# .net sftp ssh.net
How to run commands on SSH server in C#?

I need to execute this action using a C# code: open putty.exe in the background (this is like a …

c# .net ssh ssh.net
Renci.SshNet : "server response does not contain ssh protocol identification"

I'm working with the Renci SSH.Net library on a WPF application and I'm having an issue with using the …

ssh sftp ssh.net
Getting full command output from ShellStream of C# SSH.NET

Using Renci.SshNet library. I am trying to execute some commands. After executing "command 1", I am executing "command 2" which takes …

c# ssh ssh.net
SSH.NET real-time command output monitoring

There is a long running script script.sh on a remote Linux machine. I need to start it and monitor …

wpf ssh async-await monitoring ssh.net
Creating a forwarded port within an SSH tunnel

I'm attempting to use SSH.NET to create a tunnel from localhost:3306 to port 3306 on a remote machine: PrivateKeyFile file = …

c# ssh portforwarding ssh.net
SSH.NET Authenticate via private key only (public key authentication)

Attempting to authenticate via username and privatekey only using the current SSH.NET library. I cannot get the password from …

c# .net ssh private-key ssh.net
ssh.net c# runcommand issue

I am using Renci.SshNet in c# on framework 3.5 and running a command on unix box like below. string host = "…

c# ssh.net