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
f75f42e5
Commit
f75f42e5
authored
Dec 01, 2017
by
Ernst van Nierop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide installation specific reload instructions
parent
a60dbfc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
doc/administration/operations/speed_up_ssh.md
doc/administration/operations/speed_up_ssh.md
+6
-3
No files found.
doc/administration/operations/speed_up_ssh.md
View file @
f75f42e5
...
...
@@ -43,10 +43,13 @@ AuthorizedKeysCommand /opt/gitlab-shell/authorized_keys %u %k
AuthorizedKeysCommandUser git
```
Reload the sshd service (you may need to replace
`sshd`
with
`ssh`
in the
following command, depending on your distribution):
Reload OpenSSH:
```
```
bash
# Debian or Ubuntu installations
sudo
service ssh reload
# CentOS installations
sudo
service sshd reload
```
...
...
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