Releases: NHAS/reverse_ssh
Releases · NHAS/reverse_ssh
v1.0.2
This release adds a new subsystem (no, nothing to do with WSL) for windows, and a bug fix for the server.
- Adds windows service compatibility
- Adds subsystem to install and remove windows services
- Improve multi-protocol multiplexer (say that fast 5 times) to stop slow clients from deadlocking the server
The binary release are amd64 windows and linux binaries compiled with CGO and in debug.
v1.0.1
Small bump that fixes some rather important bugs.
- Fixes hostname normalization (hopefully once and for all)
- Fixes odd bug that would hang clients after multiple connections
- Adds sftp
- Adds setuid and setgid subsystem commands for linux
The binary release are amd64 windows and linux binaries compiled with CGO and in debug.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
A binary release for those of us who dont have golang installed.
These binaries lack some of the more advanced features of RSSH, such as homeserver address embeddeding. They are also compiled with CGO enabled, which may cause issues on platforms that do not use libc, such as alpine.
x64 bit, linux and windows binaries.
Full Changelog: https://github.com/NHAS/reverse_ssh/commits/v1.0.0