From: Chris Koeritz Date: Wed, 27 May 2020 16:19:06 +0000 (-0400) Subject: moved to trusted x.org forwarding X-Git-Tag: 2.140.121^2~6 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=743fd99559601cfd6fd532fd66af9efa78d2d6ec moved to trusted x.org forwarding need trusted mode on most of my connections; just don't connect to some random place that you don't trust over ssh, and you won't get a bunch of freaky windows popped on your screen. --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index a81383e2..7876fb90 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -211,7 +211,7 @@ if [ -z "$skip_all" ]; then # local oldterm="$TERM" # export TERM=linux - /usr/bin/ssh -X -C "${args[@]}" + /usr/bin/ssh -Y -C "${args[@]}" # # restore the terminal variable also. # TERM="$oldterm"