Commit f75f42e5 authored by Ernst van Nierop's avatar Ernst van Nierop

Provide installation specific reload instructions

parent a60dbfc0
......@@ -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
```
......
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