diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-06-25 18:09:21 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-06-25 18:09:21 +0200 |
| commit | 0ce8654afac6a93eb3c876cb173581dffa9423a2 (patch) | |
| tree | 8b620a0bc84fe3d097fc0547a07357c3d2d69ad7 /etc/ssh/sshd_config | |
| parent | a0334a00b2cf80ea4593fbe9ed4341f8daddb4dd (diff) | |
Allow X11 Forwarding to MacOS
Diffstat (limited to 'etc/ssh/sshd_config')
| -rw-r--r-- | etc/ssh/sshd_config | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
