Update README.md

This commit is contained in:
SkyperTHC
2022-09-02 12:43:07 +01:00
committed by GitHub
parent fa90a9b917
commit 379874971d
+2 -2
View File
@@ -901,12 +901,12 @@ Hacking over long latency links or slow links can be frustrating. Every keystrok
Example for the receiving end of a revese tunnel:
```sh
rlwrap nc -vnlp 1524
rlwrap --always-readline nc -vnlp 1524
```
Example for *SSH*:
```sh
rlwrap ssh user@host
rlwrap --always-readline ssh user@host
```
---
Shoutz: ADM, subz/#9x, DrWho