Info
Version: | 4.0.13-preview.11 |
Author(s): | neonFORGE Team |
Last Update: | Friday, August 9, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nforgeio/neonSDK/blob/master/Lib/Neon.SSH/README.md |
NuGet Url: | https://www.nuget.org/packages/Neon.SSH |
Install
Install-Package Neon.SSH
dotnet add package Neon.SSH
paket add Neon.SSH
Neon.SSH Download (Unzip the "nupkg" after downloading)
Dependencies
- Neon.Common(>= 2.10.0)
- Neon.Cryptography(>= 2.10.0)
- Neon.SSH.NET(>= 2.10.0)
Remote command executions and their results can also be logged locally via a TextWriter (using a completely non-standard but still useful logging format).
The other major type is CommandBundle. Command bundles provide a way to upload a script or executable to a temporary working directory and then run the script or program in the context of the working directory so the script or program will have access to the files.
Command bundle executions can also tolerate transient network disconnections.
NOTE: This package has been tested against remote machines running Ubuntu 18.04+ and will probably run fine on many other Debian-based distributions. RedHat and other non-Debian distributions probably won't be compatible.