Commit 644c47ae authored by Ben Bodenmiller's avatar Ben Bodenmiller Committed by Achilleas Pipinellis

Provide CentOS/RHEL SSH daemon restart details too

parent 2f177c1b
...@@ -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