From bdef3b52d1256e3f788106abc7307d36f03be1ab Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Fri, 19 Dec 2025 21:23:47 +0800 Subject: [PATCH] feat(riot): -o ServerAliveInterval=60 --- scripts/riot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/riot b/scripts/riot index 5745e95..ff8a7b9 100755 --- a/scripts/riot +++ b/scripts/riot @@ -93,7 +93,7 @@ parse_remote() { TRUST_SERVER=1 PORT="" # optional USERNAME="" # optional - SSH_OPTIONS=("-o" "RequestTTY=yes") + SSH_OPTIONS=("-o" "RequestTTY=yes" "-o" "ServerAliveInterval=60") if [[ "$RIOT_TRUST_CLIENT" == "1" ]]; then SSH_OPTIONS+=("-o" "PermitLocalCommand=yes") if [[ "$(get_os_type)" != "msys" ]]; then