diff options
-rw-r--r-- | git.sr.ht/installation.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/git.sr.ht/installation.md b/git.sr.ht/installation.md index 41e7ae9..f156ee6 100644 --- a/git.sr.ht/installation.md +++ b/git.sr.ht/installation.md @@ -21,8 +21,11 @@ and ensure that the git.sr.ht web application runs as this user. ## SSH dispatch It is necessary to configure git.sr.ht's SSH dispatcher as the system-wide SSH -authorization hook. In `/etc/ssh/sshd_config`, configure gitsrht-dispatch like -so: +authorization hook. First you need to install `go`, then build the dispatcher +with `go install` in the `gitsrht-dispatch` repository. + + +In `/etc/ssh/sshd_config`, configure gitsrht-dispatch like so: ``` AuthorizedKeysCommand=/usr/bin/gitsrht-dispatch "%u" "%h" "%t" "%k" |