Commit 6ab8f185 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'patch-19' into 'master'

Remove double negative

See merge request gitlab-org/gitlab-ce!17049
parents f3003d13 6771108d
...@@ -56,7 +56,7 @@ new one, and attempting to pull a repo. ...@@ -56,7 +56,7 @@ new one, and attempting to pull a repo.
> **Warning:** Do not disable writes until SSH is confirmed to be working > **Warning:** Do not disable writes until SSH is confirmed to be working
perfectly, because the file will quickly become out-of-date. 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 file will still be scanned. So git SSH performance will still be slow for many
users as long as a large file exists. users as long as a large file exists.
......
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