From 4ad798c575e934a98cb8ffa1af8bbf51bc2229d5 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:41:05 +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 0501648..3b1a8f0 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ thcssh() echo -e "\e[0;35mTHC says: pimp up your prompt: Cut & Paste the following into your remote shell:\e[0;36m" echo -e "PS1='"'\[\\033[36m\]\\u\[\\033[m\]@\[\\033[32m\]\\h:\[\\033[33;1m\]\\w\[\\033[m\]\\$ '"'\e[0m" ttyp=$(stty -g) - stty raw -echo opost + stty raw -echo icrnl opost [[ $(ssh -V 2>&1) == OpenSSH_[67]* ]] && a="no" ssh -o UpdateHostKeys=no -o StrictHostKeyChecking="${a:-accept-new}" -T \ "$@" \ @@ -1508,7 +1508,7 @@ python -c 'import pty; pty.spawn("/bin/bash")' ``` # On your terminal execute: -stty raw -echo opost; fg +stty raw -echo icrnl opost; fg ``` ```sh