0

X11 forwarding request failed on channel 0

I got this error while SSH with -X option. Dont know how to solve this.

X11 forwarding request failed on channel 0
CentOS X11 forwarding Add a comment
michael
asked May 27 2017

Answer

0

You change the ssh configuration file like below

#  vi  /etc/ssh/sshd_config
X11Forwarding yes  
X11UseLocalhost no
Add a comment
henry
asked Aug 27 2017
edited Oct 05 2018
Post your Answer