X11Forwarding yesThen I ran:
X11DisplayOffset 10
# X11UseLocalhost yes
XAuthLocation /usr/X11R6/bin/xauth
rm /home/jj/.XauthorityTo login from my Mac, I ran:
/etc/rc.d/sshd restart
ssh -YA jj@192.168.64.128Viola! xterm now works!
This is a purely technical blog concerning topics such as Python, Ruby, Dart, Linux, open source software, the Web, and lesser-known programming languages.
Ad maiorem Dei gloriam inque hominum salutem.
X11Forwarding yesThen I ran:
X11DisplayOffset 10
# X11UseLocalhost yes
XAuthLocation /usr/X11R6/bin/xauth
rm /home/jj/.XauthorityTo login from my Mac, I ran:
/etc/rc.d/sshd restart
ssh -YA jj@192.168.64.128Viola! xterm now works!
2 comments:
I just use ssh -X 10.0.1.202
There is a little difference between -X and -Y, because the Y is "Enables trusted X11 forwarding. Trusted X11 forwardings are not subjected to the X11 SECURITY extension controls."
The -A is always good idea.
Post a Comment