aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht/installation.md
diff options
context:
space:
mode:
authorLudovic Chabant <ludovic@chabant.com>2018-11-19 00:51:06 +0000
committerDrew DeVault <sir@cmpwn.com>2018-11-18 19:59:50 -0500
commit3c624a79b14c941886dc00b5ce80c730d14c85e2 (patch)
tree81026efe86f0b6cf3294b1f3890a8912a4dc62bd /git.sr.ht/installation.md
parent3188303bd00469c4593c00a6f6e08f59aab9bd23 (diff)
downloadsr.ht-docs-3c624a79b14c941886dc00b5ce80c730d14c85e2.tar.gz
Fix incorrect setting name for `sshd_config` setup.
Diffstat (limited to 'git.sr.ht/installation.md')
-rw-r--r--git.sr.ht/installation.md2
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