@@ -10,4 +10,6 @@ To add it to the service account, click the **ADD** button. This brings up a dia
...
@@ -10,4 +10,6 @@ To add it to the service account, click the **ADD** button. This brings up a dia
The latter option is intended for scripts that are executed without the user being present. A key that is associated with a command can only be used for executing that command and needs administrator approval before use.
The latter option is intended for scripts that are executed without the user being present. A key that is associated with a command can only be used for executing that command and needs administrator approval before use.
Once you have filled out this dialogue, click **Add**. The SSH key is now associated with your HPC account and is either waiting for administrator approval (_Command_-type association) or can be used immediately (_Interactive_-type association).
Once you have filled out this dialogue, click **Add**. The SSH key is now associated with your HPC account and is either waiting for administrator approval (_Command_-type association) or can be used immediately (_Interactive_-type association).
\ No newline at end of file
**Note:** Access to the cluster requires password and second factor on first connection within a certain time frame. If you use an ssh config file (a file in your `.ssh` folder named `config`; for more info query your preferred search engine or start [here](https://linuxhandbook.com/ssh-config-file/)), make sure that for this domain (e.g., `*.hpc.itc.rwth-aachen.de`) you are **not** using the public key as your preferred authentication method (i.e., do **not** set `PreferredAuthentications publickey` for this domain). Doing so will prevent the password request and thus login.