From 0ce8654afac6a93eb3c876cb173581dffa9423a2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 25 Jun 2021 18:09:21 +0200 Subject: Allow X11 Forwarding to MacOS --- etc/ssh/sshd_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/ssh/sshd_config') diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index b16b73e..d45f550 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -96,8 +96,8 @@ StreamLocalBindUnlink yes #AllowTcpForwarding yes #GatewayPorts no X11Forwarding yes -#X11DisplayOffset 10 -#X11UseLocalhost yes +X11DisplayOffset 10 +X11UseLocalhost no #PermitTTY yes PrintMotd no #PrintLastLog yes -- cgit v1.2.3