...
Follow the following procedures to setup an account for FAU clusters
...
Try and login to https://portal.hpc.fau.de/ with your university name (Use “Another institution” button)
...
In case there are missing attributes, you will need to contact the local university that part of eduGAIN.
In case you can not find your university, please let us know ASAP so we can handle this.
We will collect one email address (university email that can be login to eduGAIN) per team to create the account, you will receive the invitation. That email address should be able to login via eduGAIN.
After login on the portal-> User tab : You will need to upload your 4K public ssh key to the portal. You can upload multiple keys per team/user.
Code Block |
---|
$ ssh-keygen -t rsa -b 4096 ... $ cat .ssh/id_rsa_4k.pub |
...