mirror of
/repos/baseimage-docker.git
synced 2025-12-31 08:11:29 +01:00
remove explicit xauth location
Change allows to connect by ssh using X11 forwarding from linux host, otherwise you get debug1: Remote: No xauth program; cannot forward with spoofing.
This commit is contained in:
parent
070245feb8
commit
a32cbb7808
@ -101,7 +101,7 @@ ChallengeResponseAuthentication no
|
|||||||
#AllowAgentForwarding yes
|
#AllowAgentForwarding yes
|
||||||
#AllowTcpForwarding yes
|
#AllowTcpForwarding yes
|
||||||
#GatewayPorts no
|
#GatewayPorts no
|
||||||
#X11Forwarding no
|
X11Forwarding yes
|
||||||
#X11DisplayOffset 10
|
#X11DisplayOffset 10
|
||||||
#X11UseLocalhost yes
|
#X11UseLocalhost yes
|
||||||
#PrintMotd yes
|
#PrintMotd yes
|
||||||
@ -130,6 +130,3 @@ Subsystem sftp /usr/lib/openssh/sftp-server
|
|||||||
# X11Forwarding no
|
# X11Forwarding no
|
||||||
# AllowTcpForwarding no
|
# AllowTcpForwarding no
|
||||||
# ForceCommand cvs server
|
# 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