Difference between revisions of "Accessing the cluster"

From ScientificComputing
Jump to: navigation, search
Line 51: Line 51:
  
 
== Further reading ==
 
== Further reading ==
[[Accessing_the_clusters|The complete guide to accessing the clusters]]
+
* [[New_account_request_process_for_HPC_clusters| New account request process for HPC clusters]]
 +
* [[Accessing_the_clusters|The complete guide to accessing the clusters]]

Revision as of 12:54, 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