failed to enable x11 forwarding
Posted
by
Hunt
on Super User
See other posts from Super User
or by Hunt
Published on 2011-02-25T14:40:14Z
Indexed on
2012/06/20
15:20 UTC
Read the original article
Hit count: 381
I am trying to enable X11 forwarding on my server which is running on FreeBSD 7.1.
I have a putty installed in my windows in which i have enabled X11 forwarding by
checking on Enable X11 forwarding
and specifying following parameter
X display location localhost:0
after that i run putty and checked whether X11 is enabled or not by typing following command
echo "$DISPLAY" or echo $DISPLAY
but i am getting following error
DISPLAY: Undefined variable.
Even i have installed XManager but in that also i am getting following error
The X11 forwarding request was rejected ! To solve this problem, please turn on the X11 forwarding features of the remote SSH server
can anyone suggest me how to get rid off this ?
© Super User or respective owner