From 421f3ebc09d0a2baec5ac4e894512f3c317abe2c Mon Sep 17 00:00:00 2001 From: creme Date: Fri, 1 Nov 2019 13:55:24 +0000 Subject: [PATCH] sshd allow X11Forwarding --- etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index 0b2b2ed..144b1cc 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -96,7 +96,7 @@ UsePAM yes #AllowAgentForwarding yes #AllowTcpForwarding yes #GatewayPorts no -X11Forwarding no +X11Forwarding yes #X11DisplayOffset 10 #X11UseLocalhost yes #PermitTTY yes