-
Personal GitHub account created.
-
SSH key pair generated.
Generating an SSH key
To generate an SSH key pair:
-
Run the SSH: generate key pair command, or, to generate a key that will work only with a particular Git provider, run SSH: generate key pair for particular host.
-
After the key is generated, click the View button and copy the public key from the editor.
-
Add the public key to the Git provider.
Adding the associated public key to a repository or account on GitHub
To add the associated public key to a repository or account on GitHub:
-
Navigate to github.com.
-
Click the drop-down arrow next to the user icon in the top-right corner of the window.
-
Click Settings → SSH and GPG keys and then click the New SSH key button.
-
In the Title field, type a title for the key, and in the Key field, paste the public key copied from Che.
-
Click the Add SSH key button.
Adding the associated public key to a Git repository or account on GitLab
To add the associated public key to a Git repository or account on GitLab:
-
Navigate to gitlab.com.
-
Click the user icon in the top-right corner of the window.
-
Click Settings → SSH Keys.
-
In the Title field, type a title for the key and in the Key field, paste the public key copied from Che.
-
Click the Add key button.
