Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: VHSgunzo/ssrv

v0.3.4

12 Feb 14:27

Choose a tag to compare

v0.3.3

19 Jan 05:44

Choose a tag to compare

Fix hang on system with legacy forking

v0.3.2

02 Jan 09:38

Choose a tag to compare

  • Add separate logging output
  • Add detecting dash and ash shell

v0.3.1

16 Dec 15:29

Choose a tag to compare

  • Add -env-pids Comma separated list of PIDs for get environment variables for pass to the server side process.
  • Change cmds and envs separator

v0.2.9

07 Dec 17:21

Choose a tag to compare

  • Fix execute multiline commands and envs

v0.2.8

07 Dec 10:18

Choose a tag to compare

  • Fix check envs

v0.2.7

26 Jun 08:05

Choose a tag to compare

  • Remove port forwarding
  • Bump dependency versions

v0.2.6

04 Jun 12:06

Choose a tag to compare

  • Fix TCP and UDP port forwarding with multiple parallel connections
  • UDP port forwarding is now specified separately with <local_port:remote_port/udp> - ssrv -L 2222:22,1053:53/udp
  • Minor fixes

v0.2.5

29 May 18:57

Choose a tag to compare

  • Bump versions
  • Add -L arg: 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 -L argument
  • Add -N arg: Don't execute commands. (Use with port forwarding)
  • Add SSRV_NO_EXEC=1 env var: Same as -N argument

v0.2.4

25 May 10:52

Choose a tag to compare

Fix SSRV_SOCK env var