You are viewing an old version of this content. View the current version.
Compare with Current View Version History
Version 1 Next »
After signing up at The Australian BioCommons, you will:
Please note that you will require a public key available to access our Nimbus instances, if that is the system your requested application 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):
>ssh-keygen -t rsa -f ~/.ssh/firstname_lastname_key >chmod 600 ~/.ssh/firstname_lastname_key >cat ~/.ssh/firstname_lastname_key.pub
The output of the last command is the public key. Please note that you should never give out the private key, which is stored in ~/.ssh/ as above.