From 743fd99559601cfd6fd532fd66af9efa78d2d6ec Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 27 May 2020 12:19:06 -0400 Subject: [PATCH] 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. --- scripts/core/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.34.1