Hi,
I want to use ssh -X over two hosts and unable to do so. So here is the problem:
Running,
or,
results no problems at all.
Regards.
I want to use ssh -X over two hosts and unable to do so. So here is the problem:
Code:
[user@HostA]ssh -X root@HostB
[root@HostB]ssh -X root@HostC
[root@HostC]xclock &
X11 connection rejected because of wrong authentication.
X11 connection rejected because of wrong authentication.
X11 connection rejected because of wrong authentication.
X11 connection rejected because of wrong authentication.
Error: Can't open display: localhost:10.0
Running,
Code:
[user@HostA]ssh -X root@HostB
[root@HostB]xclock &
or,
Code:
[user@HostA]ssh -X root@HostC
[root@HostC]xclock &
results no problems at all.
Regards.