Today at 7:37am -0000 Andrew M.A. Cater wrote:
The sshd_config file (probably under /etc/ssh/sshd_config or somewhere
similar) has AllowX11Forwarding no
Change that to yes and restart sshd
It did not solve my problem. I made changes and restarted
ssh (There is no sshd).
The part of file now is as:
=============================================
# Site-wide defaults for various options
# Host *
# ForwardAgent no
ForwardX11 yes
# ForwardX11Trusted yes
# RhostsRSAAuthentication no
================================================
What went wrong?