From 379874971dc439b78e2fb9e5ed8292e1515b6bb7 Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Fri, 2 Sep 2022 12:43:07 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1cee92..48e32c6 100644 --- a/README.md +++ b/README.md @@ -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