Re: X over ssh
"Michael" == Michael Naumann <michael.n@strux.net> writes:
Michael> So I do not see any difference and yet, X over ssh only
Michael> works in one direction.
Michael> Any pointer gladly apriciated,
Run 'ssh -v -X' and see what the last few lines tell you about the X
forwarding. It is likely that sshd on one of the servers has disabled
X forwarding (/etc/ssh/sshd_config needs to have a line saying
"X11Forwarding yes" in it).
Cheers!
Shyamal
Reply to:
- References:
- X over ssh
- From: Michael Naumann <michael.n@strux.net>