when I tried to forward x11 to my windows by securecrt, I found the DISPLAY variable is not set. x11 forwarding is not working even if I set the DISPLAY variable manually. I googled and finally solved this problem:
need install xauth:
apt-get install xauth
need set sshd_config with “AllowTcpForwarding yes” ?? not sure.