Difference between revisions of "New account request process for HPC clusters"
(→Requesting an account for the Euler cluster does not work for my ETH account) |
(→Requesting an account for the HPC clusters of ETH) |
||
Line 5: | Line 5: | ||
==Requesting an account for the HPC clusters of ETH== | ==Requesting an account for the HPC clusters of ETH== | ||
− | With the new mechanism for requesting a cluster account, the first login of a new user triggers a process that sends a verification code to the users ETH email address. The user is then prompted to enter the verification code and by entering the correct code, the cluster account of the user is created. | + | With the new mechanism for requesting a cluster account, the first login of a new user triggers a process that sends a verification code to the users ETH email address (USERNAME@ethz.ch, with USERNAME being the ETH account name). The user is then prompted to enter the verification code and by entering the correct code, the cluster account of the user is created. |
An access code has been sent to your ETH email address. | An access code has been sent to your ETH email address. |
Revision as of 15:56, 11 January 2021
Contents
Introduction
After the cyber attack of 15 May 2020, the HPC clusters of ETH were reinstalled from scratch, access for all existing cluster accounts was blocked and new accounts were no longer created automatically.
We are now introducing a new process for requesting an account for the HPC clusters of ETH. Please note that this change only affects new cluster accounts. For existing cluster accounts that have already been verified, no action needs to be taken.
Requesting an account for the HPC clusters of ETH
With the new mechanism for requesting a cluster account, the first login of a new user triggers a process that sends a verification code to the users ETH email address (USERNAME@ethz.ch, with USERNAME being the ETH account name). The user is then prompted to enter the verification code and by entering the correct code, the cluster account of the user is created.
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 on ******Ls):
Prerequisites
If you would like to request an account for Euler or Leonhard Open, your ETH account needs to be linked to a valid email address, such that the verification code can be sent.
Troubleshooting
In the troubleshooting section, we will document potential issues with the new mechanism and their resolution.
My ETH account is not linked to a valid email address
Please contact your local IT support group from your department at ETH to clarify why your ETH account is not linked to a valid email address. For guest accounts, please check with the person that created the guest account why it is not linked to a valid email address.
Requesting an account for the Leonhard Open cluster does not work for my ETH account
Please note that access to the Leonhard Open cluster is restricted to members of shareholder groups that invested into a share of the Leonhard Open cluster. There are no guest accounts on Leonhard Open. If you are a member of a Leonhard Open shareholder group and your request for a Leonhard Open account does not work, then please contact cluster support.
Requesting an account for the Euler cluster does not work for my ETH account
A request for an Euler account is only required if you use the cluster for the first time. Please clarify if you already have access to the Euler cluster. If this is not the case, then please contact cluster support.
I don't get any prompt to enter the verification code
Certain settings in your SSH config can cause an issue, where you don't get any prompt to enter the verification code after entering your password. Please try again to login to the cluster using the following additional SSH options:
-o PreferredAuthentications=keyboard-interactive -o PubkeyAuthentication=no