Commit 76105b88 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'doc-evn-ssh-or-sshd' into 'master'

Clarify it may be ssh

See merge request gitlab-org/gitlab-ee!3598
parents ccddf64f f75f42e5
......@@ -43,9 +43,13 @@ AuthorizedKeysCommand /opt/gitlab-shell/authorized_keys %u %k
AuthorizedKeysCommandUser git
```
Reload the sshd service:
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