Commit ea06fc4f authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-69' into 'master'

Provide CentOS/RHEL SSH daemon restart details too

See merge request gitlab-org/gitlab!25294
parents 1d53e336 644c47ae
...@@ -35,10 +35,14 @@ the SSH configuration of your server by adding the line below to the `/etc/ssh/s ...@@ -35,10 +35,14 @@ the SSH configuration of your server by adding the line below to the `/etc/ssh/s
AcceptEnv GIT_PROTOCOL 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 ```shell
sudo service ssh restart # CentOS 6 / RHEL 6
sudo service sshd restart
# All other supported distributions
sudo systemctl restart ssh
``` ```
## Instructions ## Instructions
......
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