From f73e514cbe26f785390ea9651a7ca51eb3794441 Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Mon, 7 Sep 2020 11:53:32 +0100 Subject: [PATCH] zsh workaround --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 64bb0d1..3ec5267 100644 --- a/README.md +++ b/README.md @@ -413,13 +413,10 @@ $ python -c 'import pty; pty.spawn("/bin/bash")' # Now Press Ctrl-Z to suspend the connection and return to your own terminal. # On your terminal execute: -$ stty raw -echo - -# ...and bring the connection back into the foreground: -$ fg -$ reset +$ stty raw -echo; fg # On target host +$ reset $ export SHELL=bash $ export TERM=xterm-256color $ stty rows 24 columns 80