Originally posted by: SystemAdmin
Some background:
-
oslevel -s
5300-05-06
OpenSSH_4.3p2, OpenSSL 0.9.7l 28 Sep 2006
I've edited /etc/ssh/sshd_config, enabled X11Forwarding, and restarted sshd. However, when I connect in this fashion from an X terminal window on a nearby RHEL4 client:
ssh -l root -X -C <hostname>
...and then try and run something like "xclock", I get this:
Error: Can't open display
If I check my $DISPLAY variable, it is blank. I've used this functionality numerous times in the past with an RHEL4 client and AIX host, and it dawned on me that the AIX servers on which it is working all have an older version of sshd that we compiled in house some time ago: sshd version OpenSSH_3.7.1p1. Sure enough, I installed that old version on this same server, started its sshd, and this works fine.
Has anyone else experienced this problem when using IBM's compiled version of sshd ? I've already done a good bit of research on the web but haven't been able to find anything.
Thanks,
Hounster