PuTTy X11Forward Xming

PuTTy is de facto SSH client on Windows to connect to Linux servers (actually PuTTy supports more protocols than just SSH-2 ).

It’s very popular as a command-line interface (CLI) for Linux server from Windows machine. But such CLI is not very compelling, especially with people who is slow at typing, or bad at English. There are some other cases when somebody wants to use GUI to interact with Linux server. With PuTTy alone you can not do that, even with the help with some apps like WinSCP or MTPuTTy.

But with XMing , you can have an X server in Windows now, and as long as the X11Forward feature of SSH is enabled on the Linux server, now you can invoke GUI of Linux from PuTTy command !

Without further adieu, here are the steps:

.

Config PuTTy to enable SSH X11Forwarding, with the correct display

+ Given you have a session config already (host, port, SSH)

+ now you can expand the ‘SSH’ tab from the ‘Category’ list -> Choose ‘X11’ from ‘SSH’ list -> Check ‘Enable X11 Forwarding

+ In the ‘X display location’ of X11 Forward, you can add either “localhost:0” or “localhost:0.0

+ (optional – but recommended) Save the session with those config.

PuTTy SSH X11 Duc Quoc

.

Start XMing server

+ Given you have downloaded Xming ( http://sourceforge.net/projects/xming/ ) and installed it

+ Now you should have a shortcut icon to start XMing as server, which have similar command (Target) as below:

D:\USR\Xming\Xming.exe :0 -clipboard -multiwindow

If you do not have, you better create a shortcut for that (or you can run the command directly).

+ Another way is to use XLauncher in Xming installation folder, but you can temporarily skip that for now (it’s for advanced users).

+ After starting XMing, usually it will have a Taskbar icon (X) at the bottom-right corner. If you hover it you can see the $DISPLAY value (Xming Server:0.0 )

XMing Taskbar Duc Quoc
(https://wiki.utdallas.edu/wiki/download/attachments/6881592/Xming+on+Windows+7+Taskbar.png)

.

Start the PuTTy session with X11forward

+ Given you can login SSH with some account (username/password)

+ Now you can check the X display forward ability by using (/etc/ssh/sshd_config ), or xev command:

$ xlogo
$ xev

X11logo Duc Quoc
(http://people.arsc.edu/~murakami/xming/11-xlogo.jpg)

+ If you can see some graphics (from X server) well, you can go ahead and try some other applications with GUI, such as xclock, firefox or geditkate, etc … They will take some seconds to render the first time, though.

.

Troubleshooting

+ If you can not start the X applications, first is to check the X11 enability, then the X display location ($DISPLAY)

+ If still trouble, check the config of SSHd in Linux server (/etc/ssh/sshd_config ), should enable forwarding X11

X11Forwarding yes
#X11DisplayOffset 10
#X11UseLocalhost yes

+ If still trouble, check the config of SSH in Linux server (/etc/ssh/ssh_config ), should not block ForwardX11

+ There are some more minor things to check and configure properly. See: http://www.straightrunning.com/XmingNotes/trouble.php

.

UPDATED(2013): See another guide (Win XP) which has more screenshots:

http://laptops.eng.uci.edu/software-installation/using-linux/how-to-configure-xming-putty

.

./.

About DucQuoc.wordpress.com

A coder, content creator, and a proud father of 2 princesses.
This entry was posted in Linux, Skill. Bookmark the permalink.

2 Responses to PuTTy X11Forward Xming

  1. Pingback: SSH without password | DucQuoc's Blog

  2. Cách tạo SSH key với PuTTyGen :

    https://www.sitecuatui.com/tao-ssh-key-bang-puttygen/

    (Đã có link trong:

    SSH without password


    nhưng comment luôn để thuận tiện các bạn đọc lướt – và Google index )

Leave a comment