From 688a4b5edaa7e010122786838dcd84a92c2bcb9d Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 26 Sep 2019 11:51:35 +0200 Subject: [PATCH] ssh: add Xfwd for nuka --- .ssh/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ssh/config b/.ssh/config index 9bd5a57..e55d602 100644 --- a/.ssh/config +++ b/.ssh/config @@ -14,6 +14,8 @@ Host mathux nuka Hostname mathux.org Port 22 User mathieu + ForwardX11 yes + ForwardX11Trusted yes Host mathux_fast Hostname mathux.org