X11 forwarding request failed on channel 0解决方案

纯粹转载记录一下解决方案。原文: http://ask.xmodulo.com/fix-broken-x11-forwarding-ssh.html

简述一下两种解决方案:

  • 修改/etc/ssh/sshd_config,增加X11UseLocalhost no
  • 修改/etc/ssh/sshd_config,增加AddressFamily inet

之后重启ssh服务即可

你可能感兴趣的:(ssh,X11)