Difference between revisions of "Accessing the cluster"

From ScientificComputing
Jump to: navigation, search
Line 6: Line 6:
 
'''Prerequisites'''
 
'''Prerequisites'''
 
* A valid ETH account
 
* A valid ETH account
* [[Getting_started_with_clusters#SSH|Local computer with an SSH client]]
+
* [[Accessing_the_clusters#SSH|Local computer with an SSH client]]
* [[Getting_started_with_clusters#X11| An X11 server for graphical user interface]] (optional)
+
* [[Accessing_the_clusters#X11| An X11 server for graphical user interface]] (optional)
  
 
'''How to get access'''
 
'''How to get access'''
Line 27: Line 27:
  
 
* Accept the cluster’s usage rules upon the first access
 
* Accept the cluster’s usage rules upon the first access
* [[Getting_started_with_clusters#SSH_keys|Generate SSH keys for passwordless login]]
+
* [[Accessing_the_clusters#SSH_keys|Generate SSH keys for passwordless login]]
  
 
</td>
 
</td>
Line 44: Line 44:
  
 
== Firewall ==
 
== Firewall ==
 
+
* To connect from outside of the ETH network to the clusters, establish first a [[Accessing_the_clusters#VPN|VPN connection]]. Then, connect to the cluster through SSH.
 +
* To connect to an external service from a compute node, use the ETH proxy service:
 +
module load eth_proxy
 
[[Image:cluster.png|660px|]]
 
[[Image:cluster.png|660px|]]
  
  
== Legal compliance ==
+
== Further reading ==
The HPC clusters are subject to ETH’s acceptable use policy for IT resources ([https://rechtssammlung.sp.ethz.ch/Dokumente/203.21en.pdf Benutzungsordnung für Telematik (BOT)]), in particular:
+
[[Accessing_the_clusters|The complete guide to accessing the clusters]]
* Cluster accounts are strictly personal
 
* DO NOT share your account (password, sshkeys) with anyone
 
* DO NOT use someone else’s account, even if they say it’s OK
 
* If you suspect that someone used your account, change your password and contact cluster-support@id.ethz.ch
 
 
 
'''Consequences:'''
 
* In case of abuse, the offender’s account may be blocked temporarily or closed
 
* System administrators are obliged by law to investigate abusive or illegal activities and report them to the relevant authorities
 

Revision as of 11:41, 22 January 2021

Request an account on the clusters

Prerequisites

How to get access

  • Start your SSH client
  • Use ssh command to connect to the login node of Euler or Leonhard Open
 ssh username@euler.ethz.ch
 ssh username@login.leonhard.ethz.ch
  • Use your ETH credentials to login
  • Upon the first login, a verification code should be sent to your ETH email address (username@ethz.ch)
  • Enter the verification code to the prompt
An access code has been sent to your ETH email address.
Enter the access code at the prompt below.
If you do not receive the access code within a few minutes,
then contact us by opening a ticket at
http://smartdesk.ethz.ch

Access code (ending in ******Ls):

External collaborators

Members of other institutions who have a collaboration with a research group at ETH may use the clusters for the purpose of said collaboration

  • Their counterpart (“sponsor”) at ETH can create an ETH guest account, e-mail address and VPN service for them
  • Then, they can access Euler like members of ETH

Firewall

  • To connect from outside of the ETH network to the clusters, establish first a VPN connection. Then, connect to the cluster through SSH.
  • To connect to an external service from a compute node, use the ETH proxy service:
module load eth_proxy

Cluster.png


Further reading

The complete guide to accessing the clusters