diff options
-rw-r--r-- | git.sr.ht/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git.sr.ht/installation.md b/git.sr.ht/installation.md index b2dd10a..5473000 100644 --- a/git.sr.ht/installation.md +++ b/git.sr.ht/installation.md @@ -21,7 +21,7 @@ authorization hook. In `/etc/ssh/sshd_config`, configure git-srht-dispatch like so: AuthorizedKeysCommand=/usr/bin/git-srht-dispatch "%u" "%h" "%t" "%k" - AuthorizedKeysUser=root + AuthorizedKeysCommandUser=root sshd will invoke our dispatcher whenever a connection is made to the server to obtain a list of authorized keys for the connecting user. The default behavior |