Hello, I installed a program wireshark on my remote linux box and I'm trying to run it with X11 from my mac computer using SSH.
Here's my terminal...
macosx$ echo $DISPLAY
/tmp/launch-f4w6k6/:0
macosx$ ssh -X
[email protected]
[email protected]'s password:
remoteubuntu:~# echo $DISPLAY
remoteubuntu:~# wireshark
(wireshark:18927): Gtk-WARNING **: cannot open display:
Here's a few lines from /etc/ssh/sshd_config
X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
#UseLogin no
Thanks for the help!