Public Keys

You must configure SSH public key authentication before you can upload changes.

If you already have an SSH key:

Click Add and paste the contents of ~/.ssh/id_rsa.pub into the resulting Paste the public SSH Public Key below: field. Make sure that you do not introduce line-breaks when copy and pasting.

If you need to create an SSH key:

  1. If necessary, install ssh-keygen (this is normally included as part of a Git or O.S. installation).
  2. > ssh-keygen -t rsa -C "<yourEmailAddress>@<yourDomain.com>"

For more detailed information about SSH keys, see Create an SSH key, or follow the link on the dialog box.