Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
26f4ab49
Commit
26f4ab49
authored
Jan 05, 2018
by
Michael Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix links to deprecated doc page
parent
e4f39e49
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
4 deletions
+9
-4
app/views/admin/application_settings/_form.html.haml
app/views/admin/application_settings/_form.html.haml
+1
-1
changelogs/unreleased-ee/mk-fix-fast-ssh-key-lookup-links.yml
...gelogs/unreleased-ee/mk-fix-fast-ssh-key-lookup-links.yml
+5
-0
db/migrate/20170626202753_update_authorized_keys_file.rb
db/migrate/20170626202753_update_authorized_keys_file.rb
+1
-1
ee/lib/system_check/geo/authorized_keys_check.rb
ee/lib/system_check/geo/authorized_keys_check.rb
+1
-1
lib/tasks/gitlab/shell.rake
lib/tasks/gitlab/shell.rake
+1
-1
No files found.
app/views/admin/application_settings/_form.html.haml
View file @
26f4ab49
...
...
@@ -827,7 +827,7 @@
to authenticate SSH keys via the database file. Only uncheck this
if you have configured your OpenSSH server to use the
AuthorizedKeysCommand. Click on the help icon for more details.
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'administration/operations/
speed_up_ssh'
,
anchor:
'the-solution
'
)
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'administration/operations/
fast_ssh_key_lookup
'
)
-
if
Gitlab
.
com?
||
Rails
.
env
.
development?
%fieldset
%legend
Slack application
...
...
changelogs/unreleased-ee/mk-fix-fast-ssh-key-lookup-links.yml
0 → 100644
View file @
26f4ab49
---
title
:
Fix a few doc links to fast ssh key lookup
merge_request
:
3937
author
:
type
:
fixed
db/migrate/20170626202753_update_authorized_keys_file.rb
View file @
26f4ab49
...
...
@@ -80,7 +80,7 @@ class UpdateAuthorizedKeysFile < ActiveRecord::Migration
option in Application Settings as outlined in the Speed up SSH
documentation,
https://docs.gitlab.com/ee/administration/operations/
speed_up_ssh
.html
https://docs.gitlab.com/ee/administration/operations/
fast_ssh_key_lookup
.html
then the authorized_keys file may be out-of-date, affecting SSH
operations.
...
...
ee/lib/system_check/geo/authorized_keys_check.rb
View file @
26f4ab49
...
...
@@ -3,7 +3,7 @@ module SystemCheck
class
AuthorizedKeysCheck
<
::
SystemCheck
::
BaseCheck
set_name
'OpenSSH configured to use AuthorizedKeysCommand'
AUTHORIZED_KEYS_DOCS
=
'doc/administration/operations/
speed_up_ssh
.md'
.
freeze
AUTHORIZED_KEYS_DOCS
=
'doc/administration/operations/
fast_ssh_key_lookup
.md'
.
freeze
OPENSSH_AUTHORIZED_KEYS_CMD_REGEXP
=
%r{
^AuthorizedKeysCommand # line starts with
\s
+ # one space or more
...
...
lib/tasks/gitlab/shell.rake
View file @
26f4ab49
...
...
@@ -161,7 +161,7 @@ namespace :gitlab do
It should be enabled for most GitLab installations. Large installations
may wish to disable it as part of speeding up SSH operations.
See https://docs.gitlab.com/ee/administration/operations/
speed_up_ssh
.html
See https://docs.gitlab.com/ee/administration/operations/
fast_ssh_key_lookup
.html
If you did not intentionally disable this option in Admin Area > Settings,
then you may have been affected by the 9.3.0 bug in which the new setting
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment