mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
Merge pull request #105 from bubenkoff/patch-1
Allow X11 forwarding and remove invalid xauth location
This commit is contained in:
commit
5106ffd4b1
@ -84,8 +84,8 @@ ChallengeResponseAuthentication no
|
||||
#GSSAPIStrictAcceptorCheck yes
|
||||
#GSSAPIKeyExchange no
|
||||
|
||||
# Set this to 'yes' to enable PAM authentication, account processing,
|
||||
# and session processing. If this is enabled, PAM authentication will
|
||||
# Set this to 'yes' to enable PAM authentication, account processing,
|
||||
# and session processing. If this is enabled, PAM authentication will
|
||||
# be allowed through the ChallengeResponseAuthentication and
|
||||
# PasswordAuthentication. Depending on your PAM configuration,
|
||||
# PAM authentication via ChallengeResponseAuthentication may bypass
|
||||
@ -101,7 +101,7 @@ ChallengeResponseAuthentication no
|
||||
#AllowAgentForwarding yes
|
||||
#AllowTcpForwarding yes
|
||||
#GatewayPorts no
|
||||
#X11Forwarding no
|
||||
X11Forwarding yes
|
||||
#X11DisplayOffset 10
|
||||
#X11UseLocalhost yes
|
||||
#PrintMotd yes
|
||||
@ -130,6 +130,3 @@ Subsystem sftp /usr/lib/openssh/sftp-server
|
||||
# X11Forwarding no
|
||||
# AllowTcpForwarding no
|
||||
# ForceCommand cvs server
|
||||
|
||||
# XAuthLocation added by XQuartz (http://xquartz.macosforge.org)
|
||||
XAuthLocation /opt/X11/bin/xauth
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user