Releases: ferama/rospo
Releases · ferama/rospo
v0.10.5
- now built with CGO_ENABLED=0
- added option to set
password
from command line for ssh client - deps updates
v0.10.4
- dependency updates
- removed deprecated ioutils
- better logs on sshd
- fixed disable_shell conf
v0.10.3
- new run subcommand. Now you need to use
rospo run configfile.yaml
. The oldrospo configfile.yaml
is no more supported - the previous point implies better shell autocomplete support
- the custom_shell sshd option is now more fllexible
- some deps upgrade
v0.10.2
- bug fixes
v0.10.1
Updates deps. Fixes some issues with ssh keys
v0.10.0
- Added an option to set a custom shell executable from config file
- Added a template subcommand: it will generate a template config file to be manually edited
- Deps updates and switch to go 1.18
- Support for sftp subsystem on server
- Support for get and put sftp commands on client
- Bug fixes
v0.9.1
more examples and helpful info into commands descriptions
v0.9.0
- Bug fix: Now alla services will start correctly using the conf file
- Added support to run rospo as windows service (hello rdp tunnel :) )
- Implemented a tunnel trhoughput system: now you can view stats into the ui
- Removed no more needed pipe concept and related command. You can do almost all with the tunnel concept
- switched to GitHub docker registry
v0.8.0
- Added support for http/https schemes to load authorized keys (now you can load public keys from github for example using https://github.com/your_user.keys)
- Introduced pipe subcommand
- Added support for multiple authorized_keys sources
- Minor improvements
v0.7.1
Fixed reverse shell missing flags regression