SSH.NET icon indicating copy to clipboard operation
SSH.NET copied to clipboard

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.

Results 188 SSH.NET issues
Sort by recently updated
recently updated
newest added

Hi @drieseng , Please, could you check this pull request for #395 ? The enumerating directory approach has better time results on very huge directorries (a lot of files meaning...

1. My program is doing netconf communication. (me is netconf client) 1-1. When I use 'ssh.net-netconf', all of them(connect/sendreceieve ) success. 1-2. When I use 'ssh.net', only connect success. what...

Hello, SftpClient.Connect() retries connection attempts even on authentication failure, should return immediately. ``` var connectionInfo = new ConnectionInfo("host", "username", new[] { new PasswordAuthenticationMethod("username", "password") }) { Timeout = TimeSpan.FromMilliseconds(5000), RetryAttempts...

Hi, iam not able to connect over ssh to one of my machines. ![grafik](https://github.com/sshnet/SSH.NET/assets/29973737/8bbbf278-1dd1-4534-a8ea-d1a5cf1c5293) Over windows console (ssh root@IP) it works fine. I first thought it is related to https://github.com/sshnet/SSH.NET/pull/1177....

Use the same logic as ssh-keygen: https://github.com/openssh/openssh-portable/blob/b6b49130a0089b297245ee39e769231d7c763014/ssh-keygen.c#L510C6-L510C12 Fixes #960 (I would add a test, but I'm not sure how to generate a key with the type as in the issue)

Hello, I'm having an issue when uploading detecting if a file exists and will be overwritten or not, based on this comment I assumed an exception would be thrown, but...

When I upload a file that already exists and "canOverride" is False it still uploads and overwrites the existing file. I use: ``` Using myFile As System.IO.Stream = System.IO.File.OpenRead("c:\test.txt") SSH_sFTPclient.UploadFile(myFile,...

Hi, Is it possible to create proxyjump using ssh.net? I have tried using constructor which required all the parameters but no luck. I tried using all the proxytypes options. Getting...

I am trying to connect with a server using SSH. I have been struggling with this for a few days, Earlier it used to work but after some upgrade activity...

My one client use "Nimble for SFTP". When connect to server, it shows error connect info. I already update SSH.NET 2020.0.2. it still not work. I use FileZilla client is...