Skip to content

Releases: ferama/rospo

v0.7.0

09 Sep 06:35
Compare
Choose a tag to compare
  1. ui: now shows more cool stats
  2. password auth support almost everywhere (the use of keys is still the preferred method)
  3. new revshell subcommand (more user friendly than the old solution)
  4. new shell subcommand. Let's you start a remote shell
  5. global quiet option

v0.6.3

04 Aug 08:37
Compare
Choose a tag to compare
fixed banner

v0.6.2

04 Aug 07:50
Compare
Choose a tag to compare
no banner on windows

v0.6.1

03 Aug 06:08
Compare
Choose a tag to compare
fixed regression on tun reverse with sshd

v0.6.0

02 Aug 13:42
Compare
Choose a tag to compare
  • added grabpubkey command. It can help in scripts to get a remote host pubkey
  • better k8s use case example
  • introduced rest interface to manage pipes and tunnels at runtime
  • implemented a basic web ui to manage pipes and tunnels at runtime using the rest interface
  • lots of unit tests and bug fix

v0.5.0

21 May 14:23
Compare
Choose a tag to compare

Introduced a docker version.

Added pipe feature

This release brings a lot of bug fixes too.

v0.4.1

24 Apr 18:52
Compare
Choose a tag to compare
fixed jump hosts regression

v0.4.0

20 Apr 12:30
Compare
Choose a tag to compare

What's new

  1. Multiple jump hosts support
  2. Yaml config file for complex scenario support
  3. Bug fixes

v0.3.0

15 Apr 06:48
Compare
Choose a tag to compare
  • This release adds Windows support (you need at least Windows 10), so now you can reverse proxy a Powershell too :) with full ConPTY

  • automatic known_hosts file update (with a warning message if the key is not present)

  • Bug fixes

v0.2.2

12 Apr 09:40
Compare
Choose a tag to compare
small doc fixes