Appendix B — HPC setup

B.1 Set up password-less access to HPC

First, generate an SSH key on your local machine. Then, copy your SSH public key from your local machine to the HPC by typing

ssh-copy-id <username>@<hpc-address>

at the Terminal of your local machine and then enter your login credentials. At this point, you should be able to SSH into your HPC without entering your password; try it out by typing

ssh <username>@<hpc-address>