summaryrefslogtreecommitdiff
path: root/doc/ssh
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-11 00:09:34 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-11 00:09:34 +0000
commit13150a38e701080f6c64d4925c838214a3f5ef2c (patch)
tree0377c970243292f07eb16c9862781077e358d2ea /doc/ssh
parent98692a8dd50b5325d3f846c70ec804d0a9442f55 (diff)
downloadgitlab-ce-13150a38e701080f6c64d4925c838214a3f5ef2c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ssh')
-rw-r--r--doc/ssh/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md
index f0d875b229f..e6375f15157 100644
--- a/doc/ssh/README.md
+++ b/doc/ssh/README.md
@@ -105,6 +105,7 @@ You can create and configure an RSA key with the following command, substituting
```shell
ssh-keygen -t rsa -b 2048 -C "email@example.com"
+```
The `-C` flag, with a quoted comment such as an email address, is an optional way to label your SSH keys.