This release incorporates a number of small changes and bug fixes. The most notable feature is that the rssh clients now support URI scheme handlers.
connect --shell https://your.host/program <rssh_client_id>
ssh -J your.rssh.server:3232 <rssh_client_id> https://your.host/program
This allows the rssh client to download additional resources to execute instead of on-host executable (this will also attempt to download resources in a fileless way on linux.)
Features
- Clients now support
http
/https
/rssh
URI schemes when connecting to clients
Bug Fixes
- HTTP proxy has been fixed (thanks @exploide)
- The automatic shell script is now POSIX shell compatible (thanks @lachlan2k and @exploide)