Skip to content

Releases: ferama/rospo

v0.10.5

15 Apr 20:50
Compare
Choose a tag to compare
  • now built with CGO_ENABLED=0
  • added option to set password from command line for ssh client
  • deps updates

v0.10.4

14 Mar 08:40
Compare
Choose a tag to compare
  • dependency updates
  • removed deprecated ioutils
  • better logs on sshd
  • fixed disable_shell conf

v0.10.3

24 Feb 18:18
Compare
Choose a tag to compare
  • new run subcommand. Now you need to use rospo run configfile.yaml. The old rospo 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

07 Feb 12:07
Compare
Choose a tag to compare
  • bug fixes

v0.10.1

24 Nov 07:34
Compare
Choose a tag to compare

Updates deps. Fixes some issues with ssh keys

v0.10.0

05 Aug 13:19
ed47411
Compare
Choose a tag to compare
  • 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

02 Mar 07:48
Compare
Choose a tag to compare
more examples and helpful info into commands descriptions

v0.9.0

28 Feb 07:17
Compare
Choose a tag to compare
  • 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

07 Jan 08:14
Compare
Choose a tag to compare
  • 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

11 Sep 20:22
Compare
Choose a tag to compare

Fixed reverse shell missing flags regression