
The IU research supercomputers all have SSH configured to allow X forwarding.
In PuTTY for Windows, you can enable X forwarding in new or saved SSH sessions by selecting Enable X11 forwarding in the "PuTTY Configuration" window ( Connection > SSH > X11).Īlso, the remote computer's SSH application must be configured to accept X server connections. No (or just X11Forwarding no), uncomment out the line (remove the leading #), and change it to In macOS, you may need to edit your ssh_config file (typically found at /etc/ssh/ssh_config or ~/.ssh/config) if you have trouble using X forwarding. In Linux, the SSH terminal supports X forwarding by default. Once XQuartz launches, you can use X forwarding with SSH from the Terminal or from the xterm application in XQuartz.Īdditionally, your personal computer's SSH terminal application must have X11 forwarding enabled: For X forwarding to work, you'll need to start XQuartz before making an SSH connection to the remote system. Interactive shell environment with a built-in command line. Threat and fraud protection for your web applications and APIs. #Display ssh shell in web browser install
For macOS, download and install XQuartz. Chrome OS, Chrome Browser, and Chrome devices built for business.For X forwarding to work, you'll need to start Xming before connecting to the remote system with your SSH client (for example, PuTTY). For Windows, download and install Xming.Most Linux distributions have the X server installed, but if your personal computer is running Windows or macOS, you will most likely need to install and run an X server application.
The X server program manages the interaction between the remote application (the X client) and your computer's hardware. For X forwarding in SSH to work, your personal computer must be running an X server program.