SSH Support for unity (Windows), providing securing communication and uploads / downloads
This package provides an easy to use .NET API wrapping the libssh2 client library
Features
- SFTP
- SCP
- Shell
- Exec
- Subsystem
- Tunneling
- Authenticate with password, SSH-Agent or key file
The library works smoothly with unity’s coroutines, so ssh functionality can be implemented in a non blocking manner on the main thread.
Access to the libssh2 library is supplied on three 3 levels:
A direct wrapper,
A “helper” class
An easy to use .NET api
links
Documentation
Dependencies
The version of Libssh2 supplied is built with OpenSSL, and is required for the correct functioning of the library. Install instructions included in documentation