How to create a SSH key for RocketGit:
ssh-keygen -C "Key for RocketGit" -f ~/.ssh/rocketgit1
cat ~/.ssh/rocketgit1.pub
Now, copy in clipboard starting with "ssh-...", including the comment
and paste it in the form above.
To force the use of this key when you connect to the server,
add the following lines to your ~/.ssh/config (use tab to indent):
Host @@rg_ssh_host@@
User rocketgit
Port @@rg_ssh_port@@
IdentityFile ~/.ssh/rocketgit1
To see the fingerprint of your local key (for comparison):
ssh-keygen -f ~/.ssh/rocketgit1 -l