remotefs-ssh 0.7.0
0.7.0
Released on 01/09/2025
- BREAKING: Support for multiple SSH backends:
- Added new feature to enable libssh2 backend:
- Use
libssh2feature to enable the backend - Use
libssh2-vendoredto build the backend with vendored libssh2
- Use
- Added support for libssh backend
- Use
libsshfeature to enable the backend - Use
libssh-vendoredto build the backend with vendored libssh
- Use
- Removed
new; uselibssh2andlibsshconstructors instead.
- Added new feature to enable libssh2 backend: