Skip to content
Snippets Groups Projects
Commit 6ab8f185 authored by Sean McGivern's avatar Sean McGivern
Browse files

Merge branch 'patch-19' into 'master'

Remove double negative

See merge request gitlab-org/gitlab-ce!17049
parents f3003d13 6771108d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -56,7 +56,7 @@ new one, and attempting to pull a repo.
> **Warning:** Do not disable writes until SSH is confirmed to be working
perfectly, because the file will quickly become out-of-date.
 
In the case of lookup failures (which are not uncommon), the `authorized_keys`
In the case of lookup failures (which are common), the `authorized_keys`
file will still be scanned. So git SSH performance will still be slow for many
users as long as a large file exists.
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment