X11 forwarding problem -- openssh-3.5p1 -- redhat 8.0 -- linux 2.4.18

Darren Tucker dtucker at zip.com.au
Wed Jan 22 10:14:11 EST 2003


Jim Prewett wrote:
> I'm working on upgrading a machine from RH 6.2 to RH 8.0.  I've
> encountered one major (for me) snag in that I cannot get X11 forwarding to
> work anymore.

Make sure your hosts file contains "127.0.0.1 localhost" or equivalent,
or set "X11UseLocalhost no" in sshd_config.  Recent version of sshd will
attempt to bind to "localhost" and it may not be able to resolve that.

If that doesn't help, try stracing sshd to find out why the find()
fails.

-- 
Darren Tucker (dtucker at zip.com.au)
GPG Fingerprint D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.




More information about the openssh-unix-dev mailing list