SSH.NET
2012.21.12
Advisory: https://github.com/advisories/GHSA-72p8-v4hg-v45p | Severity: moderate |
See the version list below for details.
dotnet add package SSH.NET --version 2012.21.12
NuGet\Install-Package SSH.NET -Version 2012.21.12
<PackageReference Include="SSH.NET" Version="2012.21.12" />
paket add SSH.NET --version 2012.21.12
#r "nuget: SSH.NET, 2012.21.12"
// Install SSH.NET as a Cake Addin #addin nuget:?package=SSH.NET&version=2012.21.12 // Install SSH.NET as a Cake Tool #tool nuget:?package=SSH.NET&version=2012.21.12
IMPORTANT: This project is BETA quality. This project was inspired by Sharp.SSH library which was ported from Java. This library is a complete rewrite using .NET, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance you can get. SSH.NET supports .NET 3.5, 4.0, Silverlight, and Windows Phone 7.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Silverlight | sl4 is compatible. sl5 was computed. |
Windows Phone | wp71 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (69)
Showing the top 5 popular GitHub repositories that depend on SSH.NET:
Repository | Stars |
---|---|
ShareX/ShareX
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
|
|
duplicati/duplicati
Store securely encrypted backups in the cloud!
|
|
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
|
|
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
|
|
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
|
Version | Downloads | Last updated | |
---|---|---|---|
2020.0.1 | 0 | 3/8/2021 | |
2020.0.0 | 0 | 3/8/2021 | |
2020.0.0-beta1 | 0 | 3/8/2021 | |
2016.1.0 | 32,958 | 3/8/2021 | |
2016.1.0-beta4 | 0 | 3/8/2021 | |
2016.1.0-beta3 | 1 | 3/8/2021 | |
2016.1.0-beta2 | 2 | 3/8/2021 | |
2016.1.0-beta1 | 20 | 3/8/2021 | |
2016.0.0 | 98 | 3/8/2021 | |
2016.0.0-beta3 | 0 | 3/8/2021 | |
2016.0.0-beta2 | 0 | 3/8/2021 | |
2016.0.0-beta1 | 0 | 3/8/2021 | |
2014.4.6-beta2 | 11,061 | 11/22/2014 | |
2014.4.6-beta1 | 3,323 | 4/6/2014 | |
2013.4.7 | 105,427 | 4/6/2013 | |
2013.1.27 | 3,397 | 1/27/2013 | |
2013.1.8 | 701 | 1/8/2013 | |
2012.21.12 | 635 | 12/21/2012 | |
2012.20.12 | 131 | 12/20/2012 | |
2012.12.3 | 1,258 | 12/4/2012 | |
2012.3.9 | 4,795 | 3/9/2012 | |
2011.12.7 | 299 | 3/3/2012 | |
2011.9.28 | 657 | 10/13/2011 | |
2011.7.29 | 214 | 9/16/2011 |
his release provides mostly fixes to many issues reported by users and application of sever patches.
New Features
Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.
Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests.
Fixes
Increase private key file line size to from 76 to 80
Fix PortForwarding clean up and closing connection
Fix partial authentication
Resolved issue with binding local address to 0.0.0.0
Fix several hang issues
Change default buffer size to 16KB to avoid hitting maximum package size.
Fix SCP to use folder/name when coping files to remote server
Fix NetConf to allow support of multiple chunks.