X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=9f390546ee5c3ee0c9dcb7af190c454100277d2a;hb=acd77159da7b6b42af83e908cddd74a2c26d38bb;hp=28c2f05822fc851b0f0025cc09147ef806bdde43;hpb=1123e10a5c0d5edff45713c387e8c51ea2d255f5;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"