aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/common.d/10_base6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL/common.d/10_base b/INSTALL/common.d/10_base
index 5cff36b..feb2ec9 100644
--- a/INSTALL/common.d/10_base
+++ b/INSTALL/common.d/10_base
@@ -74,5 +74,11 @@ echo "LANG=en_US.UTF-8" >>/etc/default/locale
# by default, /tmp is not mounted in tmpfs: solve this
echo "tmpfs /tmp tmpfs noatime,size=50% 0 0" >>/etc/fstab
+# fix sshd issues with X11 forwarding (may happen if IPv6 is in use)
+cat <<EOF >>/etc/ssh/sshd_config
+
+# configuration options added from docker-worker-generator (script $BASH_SOURCE)
+AddressFamily inet
+EOF