Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Conecting to Solaris Boxes?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Conecting to Solaris Boxes?
Authored by: andrewrn on Nov 25, '04 01:48:12PM

when you SSH into the server, you need to put the -X flag to automatically forward X windows to your system. Before you do so however, you may need to perform the following (I can't remember if you need to or not)

xhost +yourServerNameHere
but only for the first time on that computer

then just type:

ssh -X yourservernamehere

login and when you run any programs which use X11, they should display in X11 on your mac.



[ Reply to This | # ]