Skip to content

Commit 3bf1e77

Browse files
committed
Improve readme wording
1 parent 4cbeffe commit 3bf1e77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ This also does not support `tap` devices, e.g layer 2 VPN, as this would require
353353
354354
### Executable Downloading
355355
356-
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.
356+
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.
357357
358358
For example.
359359
@@ -362,7 +362,6 @@ connect --shell https://your.host/program <rssh_client_id>
362362
ssh -J your.rssh.server:3232 <rssh_client_id> https://your.host/program
363363
```
364364
365-
This will attempt to write the binary to disk and execute it.
366365
367366
#### Supported URI Schemes
368367

0 commit comments

Comments
 (0)