mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-07-04 23:30:29 +08:00
feat(riot): -o RequestTTY=yes
This commit is contained in:
parent
1215d4c352
commit
9d51db1c5b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user