The SecureShell class is a generic class using the Renci SshNet ( SSH.NET.2026.0.0 ) NuGet package. This simplifies the Renci's Process of connecting to a device using ssh, uploading and downloading files using scp.
Renci SshNet Git Repo: https://github.com/sshnet/SSH.NET
Addition documentation in a CHM Help file can be found at:
- https://github.com/burnsoftnet/Documentation/blob/master/BurnSoft.SecureShell.chm
- Developer Notes
- API Docs
- Updated libraries due to Security Bug
- Updated Unit Tests to use NUnit
- Updated to use .Net Framework 4.8.1 instead of 4.8
- Added Debug Event Handler
- Initial Release
