$ cat /etc/ssh/sshd_config | grep X11 X11Forwarding yes ←x11転送を許可 X11DisplayOffset 10 ←擬似xサーバのディスプレイ番号が :10 から始まる
$ ssh -X -l <user-name> <remote-host>
$ echo $DISPLAY
$ DISPLAY=<DISPLAY_ID> <X-app-to-be-started>→ remote で起動された X アプリケーションの画面が、 local の画面に表示される