Info
Version: | 0.1.2 |
Author(s): | Mihails Simvulidi |
Last Update: | Sunday, August 25, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Mihails-Simvulidi/SSH-Port-Forwarder |
NuGet Url: | https://www.nuget.org/packages/SshPortForwarder |
Install
Install-Package SshPortForwarder
dotnet add package SshPortForwarder
paket add SshPortForwarder
SshPortForwarder Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Options(>= 2.2.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.2.0)
- Microsoft.Extensions.Options.DataAnnotations(>= 2.2.0)
- Polly(>= 7.1.0)
- SSH.NET(>= 2016.1.0)
Tags
AddSshTunnel establishes SSH tunnel using connection info stored in the app configuration. It can be used, for example, to establish secure connection to the database in ASP.NET Core applications.
It uses SSH.NET library internally.