Difference between revisions of "Accessing the cluster"
From ScientificComputing
Line 6: | Line 6: | ||
'''Prerequisites''' | '''Prerequisites''' | ||
* A valid ETH account | * A valid ETH account | ||
− | * [[ | + | * [[Accessing_the_clusters#SSH|Local computer with an SSH client]] |
− | * [[ | + | * [[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 | ||
− | * [[ | + | * [[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|]] | ||
− | == | + | == Further reading == |
− | The | + | [[Accessing_the_clusters|The complete guide to accessing the clusters]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 11:41, 22 January 2021
Request an account on the clustersPrerequisites
How to get access
ssh username@euler.ethz.ch ssh username@login.leonhard.ethz.ch
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 collaboratorsMembers of other institutions who have a collaboration with a research group at ETH may use the clusters for the purpose of said collaboration
|
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