ssh-keygen -t rsa -b 4096 -C "your_email@example.com" # generate the SSH key
xclip -sel clip < ~/.ssh/id_rsa.pub # send the key to che clipboard
ssh your_cs_username@storm.cs.ucl.ac.uk # SSH to storm
ssh-add[Add the previous key to ~/.ssh/authorized_keys], then