From 9d51db1c5ba1b7bf12c39c6f3dedfd693ba6d568 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Tue, 12 Nov 2024 18:17:53 +0800 Subject: [PATCH] feat(riot): -o RequestTTY=yes --- scripts/riot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/riot b/scripts/riot index 908940d..dc09f12 100755 --- a/scripts/riot +++ b/scripts/riot @@ -83,7 +83,7 @@ parse_remote() { TRUST_SERVER=1 PORT="" # optional USERNAME="" # optional - SSH_OPTIONS="" # optional + SSH_OPTIONS="-o RequestTTY=yes" # optional if [[ "$RIOT_TRUST_CLIENT" == "1" ]]; then SSH_OPTIONS='-o PermitLocalCommand=yes' if [[ "$(get_os_type)" != "msys" ]]; then