Skip to content

Releases: VHSgunzo/ssrv

v0.2.7

26 Jun 08:05
Compare
Choose a tag to compare
  • Remove port forwarding
  • Bump dependency versions

v0.2.6

04 Jun 12:06
Compare
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
Compare
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
Compare
Choose a tag to compare
Fix SSRV_SOCK env var

v0.2.3

24 May 17:42
Compare
Choose a tag to compare
  • Update CI
  • Update build.sh
  • Rename project shellsrv -> ssrv
  • Rename env var SSRV_ALLOC_PTY -> SSRV_PTY
  • Rename env var SSRV_NO_ALLOC_PTY -> SSRV_NO_PTY
  • Rename env var SSRV_SOCKET -> SSRV_SOCK
  • Rename arg -server -> -srv
  • Rename arg -socket -> -sock
  • Rename arg -version -> -v
  • Add the ability to specify all variables with an exception:
ssrv -env all-:MY_VAR -uenv all-:MY_VAR1

in this example, we send all local variables except MY_VAR to the server and unset all variables on the server except MY_VAR1

v0.2.2

21 May 16:23
Compare
Choose a tag to compare
  • Fix is_alloc_pty freeze on exit
  • Add loongarch64 to build.sh
  • Args have a higher priority than environment variables
  • Add the ability to unset all variables -uenv all
  • Minor fixes

v0.2.1

29 Apr 09:46
Compare
Choose a tag to compare
  • Add client background control (without suspending tty output)
  • Add sending syscall.Signal's to client pids on server side if running in background or without allocation pty

v0.1.9

23 Apr 17:50
Compare
Choose a tag to compare
  • Add -cwd arg for change the current working directory of the process/command.

v0.1.8

21 Apr 18:22
Compare
Choose a tag to compare
  • The work with environment variables has been changed

v0.1.7

15 Apr 20:43
Compare
Choose a tag to compare
  • Add TLS cert verify
  • Update TLS README.md
  • Bump dependency versions
  • Minor fixes