SSH X11 Forwarding
- 验证
xclock
xeyes

- 配置XAuth
$ vim ~/.ssh/config
Host *
XAuthLocation /opt/X11/bin/xauth
- SSH登录,可以尝试使用
ssh -X -vv查看更多的失败信息。
$ ssh -X username@hostname
(base) username@hostname:~$ gedit

xclock
xeyes

$ vim ~/.ssh/config
Host *
XAuthLocation /opt/X11/bin/xauth
ssh -X -vv 查看更多的失败信息。$ ssh -X username@hostname
(base) username@hostname:~$ gedit
