1. Request access to the cluster is done via the [Helpdesk of the University](http://assistance.univ-pau.fr): *Ajouter un ticket -> **Service 'Assistance Informatique'** -> Signaler un incident, demander une information ou une amélioration*.
1. Request access to the cluster is done via the [Helpdesk of the University](http://assistance.univ-pau.fr): *Ajouter un ticket -> **Service 'Assistance Informatique'** -> Signaler un incident, demander une information ou une amélioration*.
# Command line mode (Linux, macOS): ssh
# Command line mode (Windows, Linux, macOS): ssh
Open a terminal and use one of the following commands:
Open a terminal (on Windows, use the Terminal or PowerShell applications) and use one of the following commands:
```
```
# Without graphic redirection:
# Without graphic redirection:
ssh username@pyrene.univ-pau.fr
ssh username@pyrene.univ-pau.fr
...
@@ -45,6 +45,17 @@ You are now connected on your personal graphical desktop on Pyrene.
...
@@ -45,6 +45,17 @@ You are now connected on your personal graphical desktop on Pyrene.
To log out, simply close the window of your X2Go session. Your open windows and applications will be kept until the next login.
To log out, simply close the window of your X2Go session. Your open windows and applications will be kept until the next login.
## Kill a X2Go session
To kill a X2Go session:
1. Connect to Pyrene in [command line mode](#command-line-mode-linux-mac-ssh).
1. Use the following commands:
```
# Get the names NNNN of your current X2Go sessions:
x2golistsessions | cut -d '|' -f 2
# Kill the NNNN session:
x2goterminate-session NNNN
```
# From outside UPPA: VPN
# From outside UPPA: VPN
Pyrene is not directly accessible from outside UPPA. In this case, you must use a VPN connection.
Pyrene is not directly accessible from outside UPPA. In this case, you must use a VPN connection.