| 308 | [[BR]] |
| 309 | |
| 310 | [[CollapsibleStart(Windows)]] |
| 311 | In 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 | |
| 316 | As 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 | }}} |
| 329 | and connect to the node. |
| 330 | [[CollapsibleEnd]] |