Skip to content

Commit

Permalink
Improve readme wording
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Nov 19, 2022
1 parent 4cbeffe commit 3bf1e77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ This also does not support `tap` devices, e.g layer 2 VPN, as this would require
### Executable Downloading
When specifying what executable the rssh binary should run, either when connecting with a full PTY session or just executing a command the client can download external programs and execute them.
When specifying what executable the rssh binary should run, either when connecting with a full PTY session or raw execution the client supports URI schemes to download offhost executables.
For example.
Expand All @@ -362,7 +362,6 @@ connect --shell https://your.host/program <rssh_client_id>
ssh -J your.rssh.server:3232 <rssh_client_id> https://your.host/program
```
This will attempt to write the binary to disk and execute it.
#### Supported URI Schemes
Expand Down

0 comments on commit 3bf1e77

Please sign in to comment.