Changes between Version 6 and Version 7 of Workshops/Sig Comm2022/Signup Instructions


Ignore:
Timestamp:
Aug 9, 2022, 9:18:37 PM (2 years ago)
Author:
jennyshane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/Sig Comm2022/Signup Instructions

    v6 v7  
    301301If you are using linux, you shouldn't need to install anything to use X forwarding, because you're already running an X server on your local machine. You simply have to run your ssh session using the -Y flag on the command line:
    302302{{{#!shell-session
    303 ssh -Y cosmos-user@sb.cosmos-lab.org
     303ssh -Y -t cosmos-user@sb.cosmos-lab.org
    304304}}}
    305305Keep in mind that you will have to use the flag for each ssh command you use, so if you ssh to a console and then from the console to the node, you will have to use the flag in both ssh commands in order to forward the applications all the way back to your local machine.
    306306
    307307[[CollapsibleEnd]]
     308[[BR]]
     309
     310[[CollapsibleStart(Windows)]]
     311In addition to ssh client, remote X11 access on Windows requires installation of X11 Server. There are a number of open source or free servers available including:
     312  1. [https://sourceforge.net/projects/vcxsrv/ VcXsrv]
     313  1. [https://sourceforge.net/projects/xming/ Xming]
     314  1. [http://mobaxterm.mobatek.net/ mobaXterm] (includes ssh client)
     315
     316As an illustration, we will use configuration based on Putty and !VcXsrv and connect with remote graphics capability to the node1-1.sb1:
     317  * Install Putty and make sure you can log into ORBIT gateway or console
     318  * Install !VcXsrv and make sure it is running  say on display '''1''' (without any applications)
     319  * Start Putty and load the appropriate session
     320  * Configure X11 forwarding under "Connection->SSH->X11":
     321    * Check mark on "Enable X11 forwarding"
     322    * Set "X display location" to: '''127.0.0.1:1''' (note matching display number)
     323  * Save the session
     324  * Open the session to SB1 i.e. connect to the console.sb1.orbit-lab.org
     325  * On the console execute
     326{{{
     327  ssX -Y -t root@node1-1
     328}}}
     329and connect to the node.
     330[[CollapsibleEnd]]