X11

SSH

ssh上X11-Forwarding原理介绍 https://goteleport.com/blog/x11-forwarding/

Xpra

  • A终端中启动xpra服务器
xpra start :100
  • B终端远程或者A终端本地访问
xpra attach ssh://user@A/100
  • A终端运行gui程序
export DISPLAY=:100
xeyes
Last Updated:
Contributors: greatofdream