From 7b78eaba134b8dc323649289d6571d03fc3eb678 Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Fri, 7 Oct 2016 01:25:25 +0100 Subject: [PATCH] Don't forward X11 by default in ssh. --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 22c8480..ae3403e 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,6 +1,6 @@ Host phil lil tommy ForwardAgent yes - ForwardX11 yes +# ForwardX11 yes ForwardX11Trusted yes HostName %h.afterdark.lan