This release adds a minor new feature and fixes a small edge case bug.
Feature:
- When using download handlers for file execution (e.g
ssh -J localhost:3232 nhas.me rssh://busybox ls /
) it is now possible to supply a url parameter which specifies what theargv[0]
should be. For examplessh -J localhost:3232 nhas.me rssh://busybox\?argv=busybox ls /
Bug Fix:
- Closes #175 the jump handler was passing in the wrong server connection, and thus the
ssh
client would get arssh-download
request instead of the server. This stopped jump host downloading of shells from working properly.