diff options
author | Andreas Kämmerle <akaemmerle@gitlab.com> | 2018-07-09 16:34:50 +0000 |
---|---|---|
committer | Andreas Kämmerle <akaemmerle@gitlab.com> | 2018-07-09 16:34:50 +0000 |
commit | e6a49b0076dbc945230d67571489fc8782811fab (patch) | |
tree | 00638871198893d774f415553a14ed8e106db5f8 /doc/ssh | |
parent | 630dfb41b8cd7acf0b39b06511f3a10485e751e8 (diff) | |
download | gitlab-ce-e6a49b0076dbc945230d67571489fc8782811fab.tar.gz |
Add additional headline for Adding SSH keys to GitLab
Diffstat (limited to 'doc/ssh')
-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: |