If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Yes. I do it all the time. Just type something like this:
ssh 192.168.1.1 -X
Make sure you use a capital X in the line. Once you establish the connection just type in you favorite command. Oh, and you have to start X on your mac first.
Originally posted by sweetsdream: ... ssh 192.168.1.1 -X ...
The option '-X' must come before the host or else you'll execute '-X' as a (non-existent) command once you've logged in instead of having X11 forwarding enabled.