SSH support for Unity (Windows), providing secure 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, and an easy to use .NET api.
Links
Documentation
Forum
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.