Releases: VHSgunzo/ssrv
Releases · VHSgunzo/ssrv
v0.3.4
v0.3.3
Fix hang on system with legacy forking
v0.3.2
- Add separate logging output
- Add detecting dash and ash shell
v0.3.1
- Add
-env-pidsComma separated list of PIDs for get environment variables for pass to the server side process. - Change cmds and envs separator
v0.2.9
- Fix execute multiline commands and envs
v0.2.8
- Fix check envs
v0.2.7
- Remove port forwarding
- Bump dependency versions
v0.2.6
- Fix
TCPandUDPport forwarding with multiple parallel connections UDPport forwarding is now specified separately with<local_port:remote_port/udp>-ssrv -L 2222:22,1053:53/udp- Minor fixes
v0.2.5
- Bump versions
- Add
-Larg: Comma separated list of remote TCP and UDP port forwarding to local port<local_port:remote_port> - Add
SSRV_LPORTFW="1337:22,1111:21"env var: Same as-Largument - Add
-Narg: Don't execute commands. (Use with port forwarding) - Add
SSRV_NO_EXEC=1env var: Same as-Nargument