...
- Receive an email invitation to become a Pawsey user, and once you have accepted it;
- Receive an email confirmation of your Pawsey username;
- Make a reservation of the resource on our reservation portal;
- Receive an email on further login details of the resource you signed up for.
Ensure that you are using an institution email and have a public key available to access our Nimbus instances, if that be the system your requested resource is on.
...
To create a keypair, use the following commands on your local machine (the computer that you will be accessing the Pawsey resource from):
Code Block |
---|
>ssh-keygen -t rsa -f ~/.ssh/firstname_lastname_key
>chmod 600 ~/.ssh/firstname_lastname_key
>cat ~/.ssh/firstname_lastname_key.pub |
...