在Mac中ssh登陆Linux并且显示linux图形
1.首先安装运行xquatz:
2. 在Linux /etc/ssh/sshd_config中设置:
X11Forwarding yes
X11DisplayOffset 10
3. ssh X forward
ssh -X john@123.123.123.123
export DISPLAY=mac电脑IP地址:0.0
4.在远端运行一下xeyes、xclock、xlogo这样的基本应用来测试一下
gvim
X11Forwarding yes
X11DisplayOffset 10
ssh -X john@123.123.123.123
export DISPLAY=mac电脑IP地址:0.0
gvim