diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-29 03:06:28 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-29 03:06:28 +0000 |
commit | a5eef71805f791dac4ce14a30ca6b59ee31295c8 (patch) | |
tree | b799eafca34c5e82a191a419ab0aba1f4ab4d043 /doc/ssh | |
parent | abfafe3c57f56cd76a0a9afb7275cddb12304544 (diff) | |
download | gitlab-ce-a5eef71805f791dac4ce14a30ca6b59ee31295c8.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ssh')
-rw-r--r-- | doc/ssh/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md index 07b426b7f28..01d86331a0a 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -51,7 +51,7 @@ GitLab supports RSA, DSA, ECDSA, and ED25519 keys. Their difference lies on the signing algorithm, and some of them have advantages over the others. For more information, you can read this [nice article on ArchWiki](https://wiki.archlinux.org/index.php/SSH_keys#Choosing_the_authentication_key_type). -We'll focus on ED25519 and RSA and here. +We'll focus on ED25519 and RSA here. NOTE: **Note:** As an admin, you can [restrict which keys should be permitted and their minimum length](../security/ssh_keys_restrictions.md). |