diff options
author | Ludovic Chabant <ludovic@chabant.com> | 2018-11-19 00:51:06 +0000 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-11-18 19:59:50 -0500 |
commit | 3c624a79b14c941886dc00b5ce80c730d14c85e2 (patch) | |
tree | 81026efe86f0b6cf3294b1f3890a8912a4dc62bd | |
parent | 3188303bd00469c4593c00a6f6e08f59aab9bd23 (diff) | |
download | sr.ht-docs-3c624a79b14c941886dc00b5ce80c730d14c85e2.tar.gz |
Fix incorrect setting name for `sshd_config` setup.
-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 |