moved to trusted x.org forwarding
authorChris Koeritz <fred@gruntose.com>
Wed, 27 May 2020 16:19:06 +0000 (12:19 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 27 May 2020 16:19:06 +0000 (12:19 -0400)
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

index a81383e29c9e01e9a77a64e8e98d823896fc49a2..7876fb90908617b9ee79e435f85edd8bd16bde0a 100644 (file)
@@ -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"