Rospo Versions Save

🐸 Simple, reliable, persistent ssh tunnels with embedded ssh server

v0.12.0

4 months ago
  • fixes an issue with jump_hosts settings
  • fixes issues with IPV6
  • usual deps upgrades
  • keygen now generates ecdsa keys

v0.11.6

5 months ago
  • fixed sftp client hang on exit
  • dependencies updates
  • use debian as base docker image
  • shrink down docker image size
  • use go 1.21
  • support arm/v7 in docker image

v0.11.5

6 months ago
  • removed unused webapi
  • deps update
  • fixed sftp logs

v0.11.4

11 months ago
  • deps updates
  • fixed an issue on the sftp service that would prevent some clients to work properly
  • fixed a typo in the exported TERM env var for ssh shell sessions

v0.11.3

11 months ago

v0.11.2

11 months ago
  • Bump golang.org/x/crypto from 0.8.0 to 0.9.0
  • Bump golang.org/x/net from 0.9.0 to 0.10.0
  • export usefull env vars to exec/shell session

v0.11.1

1 year ago
  • added an option to disable tunnelling on sshd
  • use a custom go-socks library to add support to socks4 too (this adds support to windows)
  • minor annoyances fixed

v0.11.0

1 year ago
  • dropped support for the ui
  • added support for SOCKS5 proxy
  • added support for multiple ssh connections: now you can define per tunnel ssh config if needed (please refer to the conf template file)

v0.10.5

1 year ago
  • now built with CGO_ENABLED=0
  • added option to set password from command line for ssh client
  • deps updates

v0.10.4

1 year ago
  • dependency updates
  • removed deprecated ioutils
  • better logs on sshd
  • fixed disable_shell conf