Ssh x11 forwarding option. This changed my misconception that Linux servers without a GUI couldn't run graphical programs. -a Disables authentication agent forwarding. X Forwarding Configuration May 3, 2025 · Configuring X11 forwarding over SSH When using remote servers for development, rendering GUIs for application testing is an essential part to successfully create software. If your command violates some Jul 14, 2022 · X11 forwarding, ssh -X, is an SSH protocol that enables users to run graphical applications on a remote server and interact with them using their local display and I/O devices. Apparently, X11 requires more You can run a GUI application on a remote server and display it on your local machine using SSH. Have you ever done this? A$ ssh -L [localPort]:C:22 B Next, connect to C from A through this newly-created tunnel using [localPort], forwarding X11 A$ ssh -X -p [localPort] localhost Now we can run X11 programs on C and have them display on A C$ xclock [localPort] can be any port that you are not already listening to on A, I often use 2222 for simplicity. Mar 12, 2019 · Method #3: X11 Forwarding for Desktop over SSH With X11+SSH forwarding, you can actually run the entire desktop of Raspberry Pi remotely, not just standalone GUI applications. Choosing the correct method is crucial for performance, security, and ease of use. The terminal get freezes and I cannot cancel the operation, I have to close the termin NixOS option programs. Jul 3, 2020 · 2 is there a way to specify a number for x when doing ssh -X, like 100. The first obtained value for each configuration parameter will be X11 forwarding request failed as user %s is denied terminal access in the server configuration User is denied terminal access in the server configuration, resulting in failed X11 forwarding request. Jun 15, 2022 · X11 forwarding should now be ready for your remote development. Jan 31, 2021 · If you are using SSH between Unix-like operating systems, you can also forward GUI applications over SSH. We will show how to do X11 Forwarding with SSH using two Linux machines. Aug 16, 2025 · The simplest way to enable X11 forwarding for a single session is to use the -X or -Y option when connecting via SSH. Furthermore, if an SSH session is established over a wide area network, X11 forwarding over SSH may become even slower due to network latency and X11 forwarding request failed as user %s is denied terminal access in the server configuration User is denied terminal access in the server configuration, resulting in failed X11 forwarding request. Jan 20, 2024 · Learn how to configure X11 Forwarding over SSH on Debian 12, enabling you to run and interact with GUI applications on a remote server from your local machine. Mar 15, 2017 · My host has Windows 7. Mar 4, 2025 · Learn how to set Display variable and enable X11 forwarding in Linux with this easy-to-understand tutorial with screenshots. -Y should only be used on fully trusted platforms as it can open security vulnerabilities. Jun 13, 2022 · SSH access is usually easy, but if you need graphical UIs, that would be a problem, because the X Window System (X11) that is commonplace for the graphical display of Linux and the standard ssh client allows X11 forwarding via the command line option ssh -X out of the box. X11 forwarding should be enabled with caution. To be certain it is enabled, you may use ssh -Y. 2. Some applications on Clipper provide the ability to interact with a graphical user interface using X11 Forwarding. One way to enforce the traffic security is to use the SSH by the way of X11 tunnelling or port forwarding. Each X11 session gets a number. Here I will show how to run the remote RPi desktop in the second virtual terminal (i. This starts an X clock program that can be used for testing the forwarding connection. By default, the SSH server on Red Hat Enterprise Linux 5 and Red Hat Enterprise Linux 6 has variable X11 forwarding enabled in file /etc/ssh/sshd_config through variable X11Forwarding yes. Nov 26, 2022 · The secure shell (SSH) is a handy tool for running remote processes on a local Linux system. Jun 24, 2022 · The command-line option makes ssh ignore ForwardX11 no in your config file. SSH Tectia Client supports X11 forwarding on both Unix and Windows platforms. An attacker may then be able to perform activities Feb 12, 2023 · X11 forwarding is a feature of the SSH (Secure Shell) protocol that enables graphical applications found on a remote computer to be accessed over an SSH connection. This comprehensive guide will explore three popular remote protocol selection options: Apr 24, 2025 · Verify X11 Forwarding: Ensure that X11 forwarding is enabled on both the client (MobaXterm) and the server. SSH uses a hierarchical approach to determine its settings: Command-line options take the highest precedence and override configurations in files. X11 Forwarding allows you to run graphical applications on Clipper’s resources while interacting with them through your own local display and input devices. After installing X11 and enabling X11 forwarding on the server, you can test it by connecting from your local machine (client) to the server using SSH with X11 forwarding enabled (ssh -X) and running a graphical application, such as xeyes. Try opening an integrated terminal in Visual Studio Code for your remote machine and check its DISPLAY environment variable; if X11 forwarding is enabled and active, you should see it's automatically configured for localhost:10. the ssh command in PowerShell) to connect to remote graphical applications on a Oct 31, 2017 · Then in your PuTTY session you can turn on the X11: Enable X11 Forwarding So then save that, and every time that session is invoked you will get a GUI connection to Ubuntu, as long as Xming is running. $ sudo vi /etc/ssh/sshd_config [sudo] password for user: Set X11Forwarding to yes to enable or no to disable it. I'm wondering, if it's possible to use OpenSSH (i. How to configure X11 Forwarding over SSH Here’s an overview of X11 Forwarding: Key Concepts and Feb 23, 2025 · While modifying the sshd configuration file, I discovered X11-forwarding, which allows running GUI programs on a remote Linux server. com This will create a X11 tunnel from the user's computer to the a remote server. SSH with X11 Forwarding vs. This means if X11Forwarding yes from some . ssh/config and /etc/ssh/ssh_config. MRemoteNG then uses your putty config. Oct 9, 2025 · Understanding SSH Configuration Before diving into advanced SSH techniques, it’s essential to understand how SSH configurations work. Navigate to Connection > SSH > X11 in the left-hand menu. You can save the required session configuration by naming in saved session box, then click on “Save”. The -X option ensures basic X11 forwarding, applying additional security settings that prevent possible intrusions. ssh -X joedoes@myserver. (X connections forwarded through Secure Shell use a Here’s what each configuration means: AllowTcpForwarding will allow TCP port forwarding, using SSH as a tunnel between your client and the server. In this article, we’ll learn how to configure X11 port forwarding. Mar 31, 2024 · To configure PuTTY for X forwarding, load a saved session in PuTTY, then under Category on the left side of the PuTTY window, select X11, then check the check box for "Enable X11 forwarding". Connect to ocean. On a Unix/Linux machine, you can run remote applications via XForwarding with something like: ssh -X rnixon@dthroat. X11 forwarding is a special case of remote tunneling. Types of Port Forwarding SSH's port forwarding feature can smuggle various . For each keyword (like X11Forwarding) the first obtained value is used (man 5 sshd_config states this explicitly). Aug 17, 2010 · That is telling the program running on the remote machine to send drawing commands to the X11 server with id 21. Enable X11: Click on the 'plus' of the SSH category, select X11, and check 'Enable X11 forwarding'. I'm using PuTTy to connect by SSH to the VM, I tried enabling X11 forward option in PuTTY config, but nothing happened. " In Vulnerable OpenSSH Before 10. through the forwarded connection. Note: Do not set the DISPLAY variable on the client. Ideally, you'd use -X to improve security. 4 Using X11 forwarding in SSH The SSH protocol has the ability to securely forward X Window System graphical applications over your encrypted SSH connection, so that you can run an application on the SSH server machine and have it put its windows up on your local machine without sending any X network traffic in the clear. From Category pane on left side, go to Connection → SSH → X11, then put check mark on “Enable X11 forwarding” option. Apr 11, 2024 · Test X11 Forwarding from the Client: Ensure that the X11 server is installed on your local machine (client) as well. conf file in /etc/ssh/sshd_config. The SSH command line option -X is the preferred method to enable X-Forwarding. ssh/config is used next. Inevitably, while using SSH, we encounter the need to display graphical interfaces from the remote system on our local screen. May 4, 2013 · On the 'Options controlling SSH X11 forwarding' page, you should have 'Enable X11 forwarding' checked, and 'MIT-Magic-Cookie-1' set as the protocol. ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug1: Requesting X11 forwarding with authentication spoofing. IntroductionHow can one establish an SSH connection with X11 forwarding enabled? To establish an SSH connection with X11 forwarding enabled, you need to use the `-X` option when connecting via the command line. Log into the remote system and type xclock &. You will most likely disable encryption. This process, known as X11 forwarding, allows you to use graphical interfaces over a secure SSH connection. ssh -T git@gitlab. port Mar 24, 2022 · However, that X11 forwarding options didn't work in earlier versions. X11 forwarding exposes your X server (the client side in this context) to a malicious root user on the server machine. forwardX11 declared in nixpkgs. No, because not only will the number need to be "assigned", ssh also needs to forward the X protocol on the corresponding local socket for that number. X11, as I suppose most of you know, is the graphical server used by almost all Linux distributions. RDP: Choosing the Right Remote Protocol Accessing remote servers and desktops is a common need for developers, system administrators, and even general computer users. X11Forwarding will forward GUI traffic over the connection above. If your remote May 26, 2023 · "On the client side, the -X (capital X) option to ssh enables X11 forwarding, and you can make this the default (for all connections or for a specific conection) with ForwardX11 yes in ~/. ssh/config file. 1p1 or later of the built-in SSH client, you can finally use it for X11 forwarding. After login with ssh -X (or after activating the PuTTY / KiTTY option "Enable X11 forwarding") you should see that the environment variable DISPLAY is automatically defined to localhost:10. Save session and Connect: Select the 'Session' category, and click on 'Save'. 5. Under the 'X authority file for local display' field, click Browse and using the Location to the . Go into your Default settings, and enable X11 Forwarding for your Default Session. For example, our Token2Shell has this option as 'Enable X11 Forwarding' under its ' connection ' settings. Install and Configure Xming on Windows # Install Xming # Download and install Xming from https://sourceforge. It should contain this: X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost yes Restart sshd. Sep 12, 2024 · debug1: Remote: /home/joliver/. there is option in putty x11 forwarding but where is in windows terminal. d/*. stanford. Information The DisableForwarding parameter disables all forwarding features, including X11, ssh-agent (1), TCP and StreamLocal. I need to connect to the VM and redirect the X11 output of the commands to my host. Server Configuration: Check the server’s SSH configuration file (/etc/ssh/sshd_config) to ensure that X11Forwarding is set to yes. From Category pane on left side, go to Session, type in “cseX11. Xauthority file you made a note of earlier, find the . This server allows, among other things, forwarding via SSH. Dec 5, 2001 · 3. Moving the file out of the way and using ssh -X worked for me, after this you can still fiddle out options in . User-specific configurations are stored in the ~/. This option overrides all other forwarding-related options and may simplify restricted configurations. Mar 31, 2023 · At first, I'd like to note that I am aware that there are a lot of other questions regarding SSH agent forwarding. Whether to request X11 forwarding on outgoing connections by default. This is commonly used over SSH, enabling secure execution and display of GUI applications across different machines. Learn to set up and use it on Linux and Mac. Feb 28, 2024 · Once X11 forwarding has been enabled on the remote server and a secure SSH connection established from the local system using the X11 forwarding option, most applications can be displayed remotely on the local X server. Users with the ability to bypass file permissions on the remote host (for the user's X authorization database) can access the local X11 display through the forwarded connection. Accept key: After connectiing for the first time a pop-up window will appear, click on yes to accept the Jan 7, 2015 · From the man page: -X Enables X11 forwarding. : Both _succeed_ — lockeduser can use agent and X11 forwarding! Why Does It Matter? The ssh program on a host receives its configuration from either the command line or from configuration files ~/. edu “gimp”. Xauthority file. Finally, the global /etc/ssh/ssh_config file is used. SSH Tectia Server supports X11 forwarding only on Unix platforms. Locate the X11Forwarding directive in the configuration file. An attacker may then be able to perform activities such as keystroke monitoring. Basically, open up Putty. Please also note that macOS has very limited support for acting as a host for X forwarding programs. If you are connecting to a host you do not trust, or where you do not need execute X applications, disable X11 forwarding. Open an SSH connection with X11 forwarding by adding the -X flag on the command-line. Because of that I've now changed the link to point to the archive. This means if you enable this, you can use a graphical client through your SSH session (e. On Windows, you need also the XWindow Manager package. Fortunately, if you're using version 8. The people there wanted to know how to make agent forwarding work or how to config Dec 13, 2013 · Introduction Port forwarding via SSH (SSH tunneling) creates a secure connection between a local computer and a remote machine through which services can be relayed. Yes you can - but you need to be using an external putty instead of the bundled version. Because the connection is encrypted, SSH tunneling is useful for transmitting information that uses an unencrypted protocol, such as IMAP, VNC, or IRC. pdx. Follow our step-by-step guide to set up a secure and efficient remote desktop environment. - X11Forwarding provides the ability to tunnel X11 traffic through the connection to enable remote graphic connections. That's why ssh provides no option for this. - ssh-agent is a program to hold private X11 forwarding is a special case of remote tunneling. 0 or similar. -i file Specifies the identification file for public-key Jun 18, 2020 · This guide explains how to configure X11 forwarding using SSH in Linux. Apr 24, 2009 · When you are connecting to another machine over SSH, you can enable X-Forwarding in SSH, so that X windows are forwarded encrypted through the SSH tunnel back to your machine. Check the box Enable X11 forwarding. Dec 20, 2023 · X11 forwarding is useful when you need a GUI for system and configuration tools with no CLI interface. Mar 20, 2016 · Edit /etc/ssh/sshd_config on the remote machine. Jan 10, 2025 · Raw X11 Forwarding Setup for VSCode Remote SSH # X11 Forwarding Setup for VSCode Remote SSH This guide details how to configure X11 forwarding to enable GUI support when using VSCode Remote SSH. edu by clicking on 'Open'. +x Enables X11 connection forwarding. The Secure Shell (SSH) protocol allows for secure remote access to a server, and X11 forwarding grants the ability to run graphical applications on the remote server while displaying An attacker may then be able to perform activities such as keystroke monitoring. This is especially useful if your server doesn’t really have a user interface, but yo… I was wondering though, are there more? Options listed in the article are from="domain" command="commandtorun" no-port-forwarding no-X11-forwarding no-agent-forwarding no-pty Update It appears that the original article is now inaccessible. d/ applies then the value will be yes. If you want an option from the config file to work, you mustn't use any opposing command-line option. ssh/config. Another positive sign of success. Jul 13, 2017 · @JeffSchaller I don't want to fiddle out all possible options in . It's especially useful when you need to access Linux remote servers with a graphical interface. csusb. X11DisplayOffset gets a bit weird. Why Use X11 Forwarding? X11 forwarding offers several advantages: Remote Access to Graphical Apps: Run These options are on by default. To prevent conflict with real X11 sessions, we start (offset) at a higher unique session number (10). ssh/config which can prevent X11 forwarding from working. This is typically achieved over a secure SSH (Secure Shell) connection. net Jun 22, 2016 · Despite what the SSH documentation says about the downside of compression using the -C option, I have found that it has always improved X11 forwarding performance. Here at Teleport we recently added X11 Forwarding to our list of supported SSH Options The following options are available: -l login_name Logs in using this username. Jan 2, 2019 · What is X11 Forwarding? X11 Forwarding is a feature of the X Window System (X11) that allows a user to run graphical applications on a remote server while displaying the application’s graphical interface on a local machine. ssh. --- ## Steps ```powershell # 1. The user-specific configuration file ~/. You can replace the default value with an SSH command (full PATH and options allowed). If the X clock window is displayed properly, you have X11 forwarding working. ____ -p 22 /etc/ssh/ssh_config: line 55: Bad configuration option: x11forwarding The X11 forwarding feature in Bitvise SSH Client provides one way for an SSH connection to access graphical applications running on the SSH server. Apr 5, 2019 · You should be able to find the X11 forwarding option in most SSH clients. , virtual terminal 8) via X11 forwarding. Jun 3, 2016 · The git remote is setup to run via SSH, when it runs, it obviously includes the x11forwarding parameter which is required for ssh -X to work. X11 Forwarding using SSH As I have explained earlier, using XDMCP to display X across Internet is basically a no-no, due to it's lack of encryption across the Internet. Sep 22, 2023 · Remote-SSH to an Ubuntu computer for development X11 Forwarding of interactive GUIs on the Ubuntu computer Given that WSL includes an X11 server (WSLg) that does a great job of displaying GUIs from WSL, it seems reasonable to use this for remote X11 forwarding rather than install a 3rd party X11 server on the windows computer. The GUI application is executed on the remote server, but the application’s window is displayed on the local computer where the SSH session was started. Once X11 forwarding has been enabled on the remote server and a secure SSH connection established from the local system using the X11 forwarding option, most applications can be displayed remotely on the local X server. Check /etc/ssh/sshd_config. conf files SSH port forwarding is a mechanism in SSH for tunneling application ports from the client machine to the server machine or vice versa. ssh -Y username@remote_server_ip On Windows with PuTTY: Open PuTTY and enter the remote server’s IP address and port number. System-wide configurations are located in /etc 19 hours ago · VNC vs. Steps to deny or allow X11 forwarding in SSH server: Open the SSH server configuration file in a text editor. So your local client sends a command to the remote machine and receives the graphical output. org version. cse. Jan 9, 2016 · 59 If you peek into the manual page for ssh_config, you will find an option ForwardX11, which can be put in your config such as: Host wk Hostname W. If you use ssh -X remotemachine the remote machine is treated as an untrusted client. Apr 10, 2025 · DisableForwarding yes Agent forwarding ssh -A lockeduser@target-host 'ssh-add -l' X11 forwarding ssh -X lockeduser@target-host 'xeyes' Expected (Secure) Result: Both commands should fail with a message like "Forwarding disabled. Just like when you SSH into a remote server and can run command line applications as if you were on that machine, enabling X11 forwarding over an SSH connection allows you to run GUI based applications that are running on the remote server but displaying on your local screen. Xauthority will be generated. I'm running Arch Linux on a Beagleboard xM May 12, 2024 · This page explains how to run an X window graphical application over an SSH session using the X11 forwarding in SSH feature. conf. However, if you use a Debian version of OpenSSH, the -X option contains this aside in the manual page: Debian-specific: X11 forwarding is not subjected to X11 SECURITY extension restrictions by Oct 25, 2013 · I'm attempting to set up x11 forwarding to monitor video on an embedded robotics platform yet I cannot seem to get the board to generate graphical output. SSH has an option to securely tunnel such Dec 14, 2022 · だと ssh Host != ssh -Y Host になります。ここが ポイント です。 ForwardX11Trusted はあくまでx11転送を有効にしている場合に、その転送された接続が trusted な接続になるということを意味します。なので ForwardX11Trusted=yes としただけではx11転送は行うことができません。 この設定の場合、 ssh -X Host == ssh X Forwarding Between Two Macs If you would like to utilize X11 between two macOS computers, XQuartz must be installed on both and the following etc/ssh/sshd_config settings must be configured on the Mac from which you wish to enable X11 forwarding. Optionally, specify LSB_SSH_XFORWARD_CMD in lsf. X11 port forwarding/tunneling facilitates this seamlessly and securely. Sep 22, 2025 · Learn how to enable X11 forwarding on Linux for secure remote graphical applications with easy SSH configuration steps. X11Forwarding no Nov 14, 2020 · How to enable X11 forwarding using SSH X11 forwarding is a mechanism that allows graphical interfaces of X11 programs running on a remote Linux server to be displayed on a local client machine. It is commonly relied upon by developers for securely interacting with remote machines across wide and heterogeneous server fleets. Our goal is to run an x11 application on a remote machine. Jul 18, 2017 · After some research and experimentation this combination of options seem to do the trick: command="",restrict,port-forwarding,permitopen="localhost:80" Let me go through each of them individually: command="" disallows any command to be executed using this key restrict Disable all options, such as TTY allocation, port forwarding, agent forwarding, user-rc, and X11 forwarding all at once. ssh/config Mar 29, 2021 · When I try to have a ssh connection to a remote machine, its freezes if I don't use ForwardX11 variable as -Y. And there's no guarantee that "number" will be free when ssh connects. Ensure that this has not been changed. Jun 5, 2024 · What is X11 Forwarding? X11 Forwarding is a feature of the X Window System that allows a user to run graphical applications on a remote server while displaying them locally. This means that it is possible to run graphical applications from a remote machine by exporting the display to our desktop. Dec 15, 2020 · In the last year, Microsoft began including OpenSSH in Windows 10. That is, the application runs on the remote server, but the graphical interface is displayed on our local Feb 2, 2023 · It's true there is X11Forwarding no in the config file, but there's also Include /etc/ssh/sshd_config. Jul 27, 2025 · The -Y option enables trusted X11 forwarding, which is more permissive than -X (untrusted forwarding). -x Disables X11 forwarding. Once you logged in, without setting DISPLAY 3. Removing x11forwarding config makes it work again, but then X11 Forwarding stops working. edu” in Host Name input box. X. Y. When a program like xeyes is started, the X11 client on the user's computer will show the window from that X11 program. The next step is to check the configuration of the SSH service running on the server. SSH (Secure Shell) is developed in 1995 by Tatu Ylonen to replace the insecure telnet, ftp, scp, rcp, rlogin, rsh i am using windows terminal for ssh. g. Jul 27, 2022 · I use PuTTY's X11 port forwarding option to connect my PC to my Raspberry Pi and run X11 apps, but I can't figure out how to do the same thing using Windows Terminal. For a server Both options have something to do with X11 forwarding. X11 forwarding is useful to run graphical applications over SSH. SSH Tectia Client and ConnectSecure support X11 forwarding on both Unix and Windows platforms. somewhere. After first successful login (with a functional X11 forwarding) the file . Using -C (compression) is also recommended because X through ssh will be much slower than through telnet anyway. -x Disables X11 connection forwarding. This then forwards those commands to the real X11 server running on the local machine, which draws on your screen. _____. 6. SSH Tectia Server supports X11 forwarding on Unix platforms. For this reason, X11 forwarding is subjected to X11 SECURITY extension restrictions by default. Connecting to an SSH-Server with Port Forwarding via OpenSSH When using the OpenSSH ssh command on Linux, the -X option can be used to specify X11 forwarding. +a Enables authentication agent forwarding. X11 forwarding is an alternative to forwarding a Remote Desktop or VNC connection. cat. This forwarding happens over an encrypted ssh connection, so they can't be (easily) listened to. -X (Enable X11 forwarding): This is the standard option for enabling X11 forwarding. -k dir Custom configuration dir where ssh2_config, hostkeys and userkeys are located. Jul 16, 2023 · 3: Enable X Window forwarding: By default, SSH clients usually enable X11 forwarding when you use the -X option during the connection. -Y Enables trusted X11 forwarding. Check Environment Variables: Ensure that the DISPLAY environment variable is correctly set on the remote Nov 11, 2020 · ssh's -X option enables X11 forwarding, and -Y enables trusted X11 forwarding. , use Firefox or something else). Z ForwardX11 yes And then your connections to host wk will have X11 forwarding enabled by default. 0 or similar instead of an empty value. Refer to the ssh -Y option and the ForwardX11Trusted directive in ssh_config (5) for more information. You can remotely launch a graphical X11-based application on a RHEL server and use it from the remote client using X11 forwarding. SSH offers two primary options for X11 forwarding: -X and -Y. Login to remote via ssh as usual but don't forget to use -X option (enable X11 forwarding). Link to section 'Enabling X11 Forwarding in your SSH Client' of 'SSH X11 Forwarding' Enabling X11 Forwarding in your SSH Client Once you are running an X11 server, you will need to enable X11 forwarding/tunneling in your SSH client: ssh: X11 tunneling should be enabled by default. Command-line options take precedence over configuration files. I know that if my host were a GNU/Linux machine it would be as easy as ssh -X . Oct 23, 2020 · How to speed up X11 forwarding in SSH Last updated on October 23, 2020 by Dan Nanni When you are running X applications over SSH, the encryption/decryption overhead of the SSH protocol may slow down the rendering of remotely running X applications. If I specify -X, X11 forwarding works but it seems to be in trusted mode? If I set ForwardX11 no ForwardX11Trusted no in /etc/ssh/ssh_config, I can now choose the mode correctly with the -X and -Y command line options. conf before it. Jan 24, 2019 · When X11 forwarding over SSH is added to the mix, that adds a requirement for additional unique display numbers (so that X clients tunneled over the SSH connection get directed to the correct remote display server). Behind the scene, the X11 output of a remotely running program is authorized to be sent to localhost via an X11 connection between client and a remote server. This can also be specified on a per-host basis in a configuration file. If I SSH into a remote machine without the -Y or -X option, X11 forwarding does not work. Please refer to the ssh -Y option and the ForwardX11Trusted directive in ssh_config(5) for more information. The latter are not subject to the security controls of the SECURITY extension. Submits a job using SSH X11 forwarding. Then click on Session under Category and then click on Save to save the session configuration with the newly selected option. X forwarding with Xming This tutorial will cover how to forward X11 applications from a remote Unix/Linux host to a local Windows machine. e. yvfb 8vd 75 emnf uzue vcz dkfj z43 2z1vf su9i