diff options
author | Achilleas Pipinellis (🌴 July 10 - July 20 🌴) <axil@gitlab.com> | 2018-07-09 17:17:59 +0000 |
---|---|---|
committer | Achilleas Pipinellis (🌴 July 10 - July 20 🌴) <axil@gitlab.com> | 2018-07-09 17:17:59 +0000 |
commit | 3edda4c257d49014ad8bbd2c77646bb9a35cb756 (patch) | |
tree | c73100b752785cc97acc8cee3967a91c6a0167e4 | |
parent | a0935bf267b18c14a120809acd56a794c73121e3 (diff) | |
parent | e6a49b0076dbc945230d67571489fc8782811fab (diff) | |
download | gitlab-ce-3edda4c257d49014ad8bbd2c77646bb9a35cb756.tar.gz |
Merge branch 'minor-update-ssh-key-docs' into 'master'
Add additional headline for Adding SSH keys to GitLab
Closes #46395
See merge request gitlab-org/gitlab-ce!20507
-rw-r--r-- | doc/ssh/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md index bab196e7609..63f0a654fcf 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -77,6 +77,8 @@ Note that Public SSH key may also be named as follows: If you want to change the password of your SSH key pair, you can use `ssh-keygen -p <keyname>`. +## Adding a SSH key to your GitLab account + 1. The next step is to copy the public SSH key as we will need it afterwards. To copy your public SSH key to the clipboard, use the appropriate code below: |