[Bug 1004] X11 forwarding not working with ssh3.9p1 (Error: Can't open display)
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Mar 31 17:47:44 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=1004
------- Additional Comments From dtucker at zip.com.au 2005-03-31 17:47 -------
(In reply to comment #3)
> I have attached the output of ssh -X -vvv servername.
OK there's nothing obviously wrong in that.
> Also, I modified the /etc/ssh/sshd_config to add an entry for XAuthLocation,
> the configurations extract now reads as below. But still it does not work.
[..]
> XAuthLocation /usr/X11R6/bin
You need to specify the full path not just the directory, ie
XAuthLocation /usr/X11R6/bin/xauth
You will also need to restart sshd after changing the file. Once you change it
and restart, please retry the ssh -vvv thing above (and try "echo $DISPLAY"
after logging in).
> Is openssh-askpass-gnome rpm required?
No, it's not required to get X11 forwarding working.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list