mirror of
https://github.com/DictXiong/dotfiles.git
synced 2026-01-09 11:27:48 +08:00
feat(riot): -o ServerAliveInterval=60
This commit is contained in:
parent
c86cc85e24
commit
bdef3b52d1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user