X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;fp=scripts%2Fcore%2Ffunctions.sh;h=9f390546ee5c3ee0c9dcb7af190c454100277d2a;hb=1396a9f4335aa7b7f4268c4882efcde55a543170;hp=28c2f05822fc851b0f0025cc09147ef806bdde43;hpb=2d4b35c9484c09f70e0b7fb09099d371b90a858b;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 28c2f058..9f390546 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -225,7 +225,8 @@ if [ -z "$skip_all" ]; then # local oldterm="$TERM" # export TERM=linux - /usr/bin/ssh -Y -C "${args[@]}" + /usr/bin/ssh -C "${args[@]}" +# removed -Y flag because considered dangerous to trust remote hosts to not abuse our X session. # # restore the terminal variable also. # TERM="$oldterm"