Xming X Server For Mac



I’ve been using this combination on a daily basis for more than a year now, and I can’t stress enough how really useful it is. I use it both at home and at work, and everything is very easy and – most importantly – absolutely free.

X11 Forwarding in Linux/Mac OS X – For Macs, your best option is to download xQuartz from xQuartz.org.This is free software which will allow you to forward X11 on a Mac. Download the xQuartz DMG, open it, and follow the installation instructions. Pretty sure on the Mac in your xterm window you would xhost name of remote host, then ssh to the remote host. Set your display environment variable to the IP of your Mac, then when you launch the app on the linux machine it should display back to your Mac's X server. Been awhile since I've done that though, so I may have missed a step or two.

X11 forwarding with SSH

X11 Forwarding with ssh is a wonderful feature which allows you get windows of a remotely started applications shown on your own desktop. For Windows, there are lots of pretty good albeit expensive products like Citrix, GoGlobal and XWin32, which allow you access your remote Unix desktop sessions. But in reality, if you don’t need any sessions but only want to remotely start an application and get a window from it on your desktop, you won’t need any of these expensive products – the easiest will be to use X11 forwarding and Xming.

Xming

Xming is an X Windows port for Microsoft Windows. Essentially it’s an X-server which starts transparently on top of your MS Windows desktop. It allows you to redirect graphical output of applications you run on remote Unix servers and therefore see these applications windows on your MS Windows desktop.

Xming is very simple and easy to use. All you have to do is download its distribution archive from the project’s page on SourceForge: XMing @ SourceForge.

Xming X Server For Mac Installer

After you install it, I recommend you have a quickstart panel shortcut created for it, and have your command line altered to something like this:

Xming x server

Configure SSHd for X11 forwarding

Now that you have Xming installed, start it and it’s time to take care of the ssh side of things. We have to alter the ssh daemon config file: /etc/ssh/sshd_config. Just ensure that it has the following:

If you already have similar parameters, don’t do anything. But if you had to change the config file, it’s time to restart ssh:

All that’s left now is to download the wonderful free Putty client, that is if you’re not using it yet. You can get it here:
Putty: a free telnet/ssh client.

Mac

I won’t go into all the Putty configuration details, I’ll only mention that for X11 forwarding, you have to do the following: in the main configuration window of Putty (you get it when you start Putty), select Connection section, then SSH, then X11, and make sure you tick the Enable X11 Forwarding option.

Xming X Server

Server

Xming X Server For Mac Shortcut

That’s it, you’re good to go! Good luck!