我想要通过 X11 转发来 ssh 到 docker 镜像。
当我使用连接SSH -X -v
并执行时xclock
,似乎应用程序运行(它不会终止),但没有打开任何窗口。
我的/etc/ssh/sshd_config
包括
X11Forwarding yes
X11UseLocalhost no
X11DisplayOffset 10
AllowAgentForwarding yes
xauth
安装在docker镜像上。
打印后没有报告任何错误
debug1: Requesting X11 forwarding with authentication spoofing.
结果echo $DISPLAY
是<<HOSTNAME>>:11.0
我也尝试过ssh -Y
,但-X
没有成功