Commit 724cd526 authored by Evan Read's avatar Evan Read

Merge branch 'djensen-add-tier-label-to-ssh-key-restrictions-docs' into 'master'

Add details to SSH key restrictions documentation

See merge request gitlab-org/gitlab!68773
parents 291067c6 0a113f38
...@@ -36,6 +36,16 @@ An icon is visible to the user of a restricted key in the SSH keys section of th ...@@ -36,6 +36,16 @@ An icon is visible to the user of a restricted key in the SSH keys section of th
Hovering over this icon tells you why the key is restricted. Hovering over this icon tells you why the key is restricted.
## Default settings
By default, the GitLab.com and self-managed settings for the
[supported key types](../ssh/index.md#supported-ssh-key-types) are:
- RSA SSH keys are allowed.
- DSA SSH keys are forbidden ([since GitLab 11.0](https://about.gitlab.com/releases/2018/06/22/gitlab-11-0-released/#support-for-dsa-ssh-keys)).
- ECDSA SSH keys are allowed.
- ED25519 SSH keys are allowed.
<!-- ## Troubleshooting <!-- ## Troubleshooting
Include any troubleshooting steps that you can foresee. If you know beforehand what issues Include any troubleshooting steps that you can foresee. If you know beforehand what issues
......
...@@ -9,6 +9,10 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -9,6 +9,10 @@ info: To determine the technical writer assigned to the Stage/Group associated w
This page contains information about the settings that are used on GitLab.com, available to This page contains information about the settings that are used on GitLab.com, available to
[GitLab SaaS](https://about.gitlab.com/pricing/) customers. [GitLab SaaS](https://about.gitlab.com/pricing/) customers.
## SSH key restrictions
GitLab.com uses the default [SSH key restrictions](../../security/ssh_keys_restrictions.md).
## SSH host keys fingerprints ## SSH host keys fingerprints
Below are the fingerprints for SSH host keys on GitLab.com. The first time you Below are the fingerprints for SSH host keys on GitLab.com. The first time you
......
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