feat(riot): -o RequestTTY=yes

This commit is contained in:
Dict Xiong 2024-11-12 18:17:53 +08:00
parent 1215d4c352
commit 9d51db1c5b

View File

@ -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