mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
24 lines
825 B
Plaintext
24 lines
825 B
Plaintext
--- sshd_config.orig Sun Jan 12 08:20:47 2014
|
|
+++ sshd_config Thu Apr 17 23:51:34 2014
|
|
@@ -102,12 +102,19 @@ AuthorizedKeysFile .ssh/authorized_keys
|
|
#X11Forwarding no
|
|
#X11DisplayOffset 10
|
|
#X11UseLocalhost yes
|
|
+
|
|
+# LSC: Uncomment if you wish to use X11 forwarding. To actually
|
|
+# activate X11 forwarding, you also need to set X11Forwarding yes.
|
|
+#XAuthLocation /usr/X11R7/bin/xauth # LSC: Use Native xauth
|
|
+#X11UseLocalhost no # LSC: Workaround SSHD bug
|
|
+
|
|
#PermitTTY yes
|
|
#PrintMotd yes
|
|
#PrintLastLog yes
|
|
#TCPKeepAlive yes
|
|
#UseLogin no
|
|
-UsePrivilegeSeparation sandbox # Default for new installations.
|
|
+#UsePrivilegeSeparation sandbox # Default for new installations.
|
|
+UsePrivilegeSeparation no # LSC: for Minix, this is not supported ATM.
|
|
#PermitUserEnvironment no
|
|
#Compression delayed
|
|
#ClientAliveInterval 0
|