Releases: ferama/rospo
Releases · ferama/rospo
v0.7.0
- ui: now shows more cool stats
- password auth support almost everywhere (the use of keys is still the preferred method)
- new revshell subcommand (more user friendly than the old solution)
- new shell subcommand. Let's you start a remote shell
- global quiet option
v0.6.3
fixed banner
v0.6.2
no banner on windows
v0.6.1
fixed regression on tun reverse with sshd
v0.6.0
- 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
Introduced a docker version.
Added pipe feature
This release brings a lot of bug fixes too.
v0.4.1
fixed jump hosts regression
v0.4.0
What's new
- Multiple jump hosts support
- Yaml config file for complex scenario support
- Bug fixes
v0.3.0
-
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
small doc fixes