SSH.NET
2012.12.3
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.12.3
NuGet\Install-Package SSH.NET -Version 2012.12.3
<PackageReference Include="SSH.NET" Version="2012.12.3" />
<PackageVersion Include="SSH.NET" Version="2012.12.3" />
<PackageReference Include="SSH.NET" />
paket add SSH.NET --version 2012.12.3
#r "nuget: SSH.NET, 2012.12.3"
#:package SSH.NET@2012.12.3
#addin nuget:?package=SSH.NET&version=2012.12.3
#tool nuget:?package=SSH.NET&version=2012.12.3
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 (79)
Showing the top 20 popular GitHub repositories that depend on SSH.NET:
Repository | Stars |
---|---|
ShareX/ShareX
ShareX is a free and open-source application that enables users to capture or record any area of their screen with a single keystroke. It also supports uploading images, text, and various file types to a wide range of destinations.
|
|
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.
|
|
proxysu/ProxySU
Xray,V2ray,Trojan,NaiveProxy, Trojan-Go, ShadowsocksR(SSR),Shadowsocks-libev及相关插件,MTProto+TLS 一键安装工具,windows下用(一键科学上网)
|
|
1Remote/1Remote
One Remote Access Manager to Rule Them All
|
|
win-acme/win-acme
A simple ACME client for Windows (for use with Let's Encrypt et al.)
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
|
|
cyanfish/naps2
Scan documents to PDF and more, as simply as possible.
|
|
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
|
|
openbullet/OpenBullet2
OpenBullet reinvented
|
|
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
|
|
jimradford/superputty
The SuperPuTTY Window Manager for putty sessions
|
|
cedrozor/myrtille
A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
|
|
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
|
|
shrimqy/Sefirah
Phone Link / KDE Connect alternative
|
|
LogExperts/LogExpert
Windows tail program and log file analyzer.
|
|
darkoperator/Posh-SSH
PowerShell Module for automating tasks on remote systems using SSH
|
Version | Downloads | Last Updated | |
---|---|---|---|
2020.0.1 | 11 | 3/8/2021 | |
2020.0.0 | 6 | 3/8/2021 | |
2020.0.0-beta1 | 3 | 3/8/2021 | |
2016.1.0 | 32,964 | 3/8/2021 | |
2016.1.0-beta4 | 2 | 3/8/2021 | |
2016.1.0-beta3 | 5 | 3/8/2021 | |
2016.1.0-beta2 | 7 | 3/8/2021 | |
2016.1.0-beta1 | 24 | 3/8/2021 | |
2016.0.0 | 104 | 3/8/2021 | |
2016.0.0-beta3 | 1 | 3/8/2021 | |
2016.0.0-beta2 | 1 | 3/8/2021 | |
2016.0.0-beta1 | 1 | 3/8/2021 | |
2014.4.6-beta2 | 11,062 | 11/22/2014 | |
2014.4.6-beta1 | 3,325 | 4/6/2014 | |
2013.4.7 | 105,429 | 4/6/2013 | |
2013.1.27 | 3,398 | 1/27/2013 | |
2013.1.8 | 703 | 1/8/2013 | |
2012.21.12 | 638 | 12/21/2012 | |
2012.20.12 | 134 | 12/20/2012 | |
2012.12.3 | 1,260 | 12/4/2012 | |
2012.3.9 | 4,797 | 3/9/2012 | |
2011.12.7 | 303 | 3/3/2012 | |
2011.9.28 | 659 | 10/13/2011 | |
2011.7.29 | 217 | 9/16/2011 |
Add SOCKS4, SOCKS5 and HTTP Proxy support when connecting to remote server. For silverlight only IP address can be used for server address when using proxy.
Add dynamic port forwarding support using ForwardedPortDynamic class.
Add new ShellStream class to work with SSH Shell.
Add supports for multiple authentication methods
Fix WindowAdjusment for SCP and SFTP
Fix Key regeneration
Fix SocketReadLine which can cause connection problems to some server.
Fix support for private keys, such Amazon Web Services.