Commit a60dbfc0 authored by ernstvn's avatar ernstvn

clarify it may be ssh

parent d15e704e
...@@ -43,7 +43,8 @@ AuthorizedKeysCommand /opt/gitlab-shell/authorized_keys %u %k ...@@ -43,7 +43,8 @@ AuthorizedKeysCommand /opt/gitlab-shell/authorized_keys %u %k
AuthorizedKeysCommandUser git AuthorizedKeysCommandUser git
``` ```
Reload the sshd service: Reload the sshd service (you may need to replace `sshd` with `ssh` in the
following command, depending on your distribution):
``` ```
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