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 ...@@ -43,10 +43,13 @@ AuthorizedKeysCommand /opt/gitlab-shell/authorized_keys %u %k
AuthorizedKeysCommandUser git AuthorizedKeysCommandUser git
``` ```
Reload the sshd service (you may need to replace `sshd` with `ssh` in the Reload OpenSSH:
following command, depending on your distribution):
``` ```bash
# Debian or Ubuntu installations
sudo service ssh reload
# CentOS installations
sudo service sshd reload 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