putty and xming

Tool to access SSH remotely

putty



PuTTY

PuTTY is an SSH and telnet client, developed originally by Simon Tatham for the Windows platform. PuTTY is open source software that is available with source code and is developed and supported by a group of volunteers.

Download PuTTY

You can download latest PuTTY HERE.
Depends on which Windows version you use, there are 32-bit and 64-bit versions available.
If you are not sure about which version you need to download, Read this FAQ entry.


Xming

Xming is the leading X Window System Server for Microsoft Windows 8/7/Vista/XP (+ server 2012/2008/2003). It is fully featured, small and fast, simple to install and because it is standalone native Microsoft Windows, easily made portable (not needing a machine-specific installation).

Basically, Xming is a software to enable your terminal to have graphical output on your local machine.
If you don’t set up Xming and access remotely with PuTTY, you won’t be able to use graphical softwares.

Download Xming

You can download Xming HERE

Setup Xming with PuTTY

Run PuTTY, go under Connection->SSH->X11.

1
2
3
4
5
6
7
Connection
├── ...
├── SSH
| ├── ...
| ├── X11 <---
| ├── ...
├── ...

setup
Tick "Enable X11 forwarding" then set the "X display location" to localhost:0


Share