Wojciech Nagórski
Wojciech Nagórski
@mdarocha any update?
The new 2024.0.0 SSH.NET version support input stream. Currently, we can send some string (data) via `inputStream` that can be open `command.CreateInputStream()`: ```c# var inputByteArray = Encoding.UTF8.GetBytes("Hello world!"); using (var...
@zeotuan Sory for the delay. If you want you can continue to help us add true asynchronous methods. let us know.
IMO, we should use BouncyCastle Nuget and mark all old releases as unsafe. Let's look at how many vulnerabilities they resolved in old versions. Then we can implement #1416 PR...
I think we can get rid of Chaos.NaCI now.
You have to provide more info, versions of server, library and dotnet. How your ssh server is configutated. Can you able to use ssh CLI?
@TheGreenAirplane I would be happy to review your PR that will solve this problem.
The quickest method will be to update, test, and complete PR #595. I guarantee I will test and merge if everything works. We do the project after hours, without any...
Do you want to finish something here?
Could you describe what server you are connecting to and what version. What type of device is this? Can you connect to your server using the command line command with...