From 3c624a79b14c941886dc00b5ce80c730d14c85e2 Mon Sep 17 00:00:00 2001 From: Ludovic Chabant Date: Mon, 19 Nov 2018 00:51:06 +0000 Subject: Fix incorrect setting name for `sshd_config` setup. --- git.sr.ht/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git.sr.ht/installation.md') 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 -- cgit