From da437edbd153ad65e7c8217803257248e6e2c77d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sat, 4 Feb 2023 19:25:56 +0100 Subject: forward x11 --- root/.ssh/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/.ssh/config b/root/.ssh/config index c85b2ee..787ae1d 100644 --- a/root/.ssh/config +++ b/root/.ssh/config @@ -2,3 +2,5 @@ Host * ControlMaster auto ControlPath /tmp/%u-%r@%h:%p ControlPersist yes + # EnableEscapeCommandline yes + ForwardX11 yes -- cgit v1.2.3