I have OpenSSH on my Linux machine and I have connected to it from a Win XP machine using Putty. The only thing I can't get working is X11 forwarding. Under /etc/ssh/sshd_config I have "X11Forwarding = Yes". However, when I connect with Putty and type "startx" I get the following message:
So, I assume I have something not set correctly. Any help in resolving this is greatly appreciated.
Thanks!
mrmsu:~$ startx
hostname: Unknown host
xauth: creating new authority file /home/mrmsu/.serverauth.6102
X: user not authorized to run the X server, aborting.
xinit: Server error.
Couldn't get a file descriptor referring to the console
hostname: Unknown host
xauth: creating new authority file /home/mrmsu/.serverauth.6102
X: user not authorized to run the X server, aborting.
xinit: Server error.
Couldn't get a file descriptor referring to the console
Thanks!
Comment