If you want to use X11 forwarding through ssh you need to modify your /etc/ssh/ssh_config
:
# echo "X11UseLocalhost no" > /etc/ssh/ssh_config
# /etc/init.d/ssh restart
If you want to use X11 forwarding through ssh you need to modify your /etc/ssh/ssh_config
:
# echo "X11UseLocalhost no" > /etc/ssh/ssh_config
# /etc/init.d/ssh restart