Commit 60cb87d5 authored by Mike Jang's avatar Mike Jang

Merge branch 'mjang-doc-fix-ssh-page' into 'master'

Add missing tickmarks

See merge request gitlab-org/gitlab!29370
parents e9f19b24 007014b6
...@@ -105,6 +105,7 @@ You can create and configure an RSA key with the following command, substituting ...@@ -105,6 +105,7 @@ You can create and configure an RSA key with the following command, substituting
```shell ```shell
ssh-keygen -t rsa -b 2048 -C "email@example.com" 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. The `-C` flag, with a quoted comment such as an email address, is an optional way to label your SSH keys.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment