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
644c47ae
Commit
644c47ae
authored
Mar 09, 2020
by
Ben Bodenmiller
Committed by
Achilleas Pipinellis
Mar 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide CentOS/RHEL SSH daemon restart details too
parent
2f177c1b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
doc/administration/git_protocol.md
doc/administration/git_protocol.md
+6
-2
No files found.
doc/administration/git_protocol.md
View file @
644c47ae
...
...
@@ -35,10 +35,14 @@ the SSH configuration of your server by adding the line below to the `/etc/ssh/s
AcceptEnv GIT_PROTOCOL
```
Once configured, restart the SSH daemon
. In Ubuntu, run
:
Once configured, restart the SSH daemon
for the change to take effect
:
```
shell
sudo
service ssh restart
# CentOS 6 / RHEL 6
sudo
service sshd restart
# All other supported distributions
sudo
systemctl restart ssh
```
## Instructions
...
...
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