ssh

vi /etc/ssh/sshd_config

  • #PermitRootLogin yes
  • PermitRootLogin no

vi /etc/ssh/sshd_config

  • X11Forwarding yes

shell:

  • xhost +                     //允许服务器的的x11界面连接过来
  • ssh -X foo@ip     //-X参数表示转发X11数据