diff options
Diffstat (limited to 'git.sr.ht')
-rw-r--r-- | git.sr.ht/installation.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git.sr.ht/installation.md b/git.sr.ht/installation.md index f156ee6..fe524b6 100644 --- a/git.sr.ht/installation.md +++ b/git.sr.ht/installation.md @@ -22,7 +22,8 @@ and ensure that the git.sr.ht web application runs as this user. It is necessary to configure git.sr.ht's SSH dispatcher as the system-wide SSH authorization hook. First you need to install `go`, then build the dispatcher -with `go install` in the `gitsrht-dispatch` repository. +with `go install` in the `gitsrht-dispatch` repository. The `gitsrht-shell` +helper is also written in Go, run the same process from its directory. In `/etc/ssh/sshd_config`, configure gitsrht-dispatch like so: |