local端使用MobarXterm,默认开启了X11 forwarding和X11 Server。
remote端是ubuntu 22 桌面版。在/etc/ssh/sshd_config中修改设置
AllowTcpForwarding yes
X11Forwarding yes
还可以安装以下工具,
xorg-x11-xauth xorg-x11-fonts-* xorg-x11-font-utils xorg-x11-fonts-Type1
需要说明的是,ubuntu下,如果只打开了X11Forwarding, 而没有打开AllowTcpForwarding,会遇到很尴尬的case,
xclock xeyes等测试程序可以正常执行,但是eclipse却不能。 这是这个随笔的重点。为了它,花费了一个下午的时间。
标签:ubuntu,eclipse,xorg,x11,X11,远程,AllowTcpForwarding From: https://www.cnblogs.com/clblacksmith/p/16807009.html