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
b5212aed
Commit
b5212aed
authored
Mar 14, 2021
by
Katrin Leinweber
Committed by
Dmytro Zaporozhets (DZ)
Mar 14, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Align "default SSH config" warning text with docs
Follow-up to
86d52920
parent
ba8bd0de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/ssh/README.md
doc/ssh/README.md
+1
-1
lib/system_check/app/git_user_default_ssh_config_check.rb
lib/system_check/app/git_user_default_ssh_config_check.rb
+1
-1
No files found.
doc/ssh/README.md
View file @
b5212aed
...
@@ -359,7 +359,7 @@ Git user has default SSH configuration? ... no
...
@@ -359,7 +359,7 @@ Git user has default SSH configuration? ... no
sudo mv
/var/lib/git/.ssh/id_rsa ~/gitlab-check-backup-1504540051
sudo mv
/var/lib/git/.ssh/id_rsa ~/gitlab-check-backup-1504540051
sudo mv
/var/lib/git/.ssh/id_rsa.pub ~/gitlab-check-backup-1504540051
sudo mv
/var/lib/git/.ssh/id_rsa.pub ~/gitlab-check-backup-1504540051
For more information see:
For more information see:
doc/ssh/README.md
in
section
"SSH on the GitLab server"
[
Overriding SSH settings on the GitLab server]
(
#overriding-ssh-settings-on-the-gitlab-server)
Please fix the error above and rerun the checks.
Please fix the error above and rerun the checks.
```
```
...
...
lib/system_check/app/git_user_default_ssh_config_check.rb
View file @
b5212aed
...
@@ -31,7 +31,7 @@ module SystemCheck
...
@@ -31,7 +31,7 @@ module SystemCheck
end
end
try_fixing_it
(
"mkdir
#{
backup_dir
}
"
,
*
instructions
)
try_fixing_it
(
"mkdir
#{
backup_dir
}
"
,
*
instructions
)
for_more_information
(
'doc/ssh/README.md in section "
SSH
on the GitLab server"'
)
for_more_information
(
'doc/ssh/README.md in section "
Overriding SSH settings
on the GitLab server"'
)
fix_and_rerun
fix_and_rerun
end
end
...
...
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