I am trying to run windowed applications on a private server that I connect to via Putty with HTTP Proxy Tunnel (Squid server on another host). I can connect fine to the Host's CLI, but whenever I try to run "xclock" or "gedit", it gives the error below:
PuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not matchPuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not matchPuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not matchPuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not matchError: Can't open display: localhost:10.0
I doublechecked my /etc/ssh/sshd_config and all the configuration seems correct. Is there any extra configurations that I have to set on the Squid config?
Thanks