diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-10-22 16:16:58 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-10-22 16:16:58 -0400 |
commit | 25c36722c582a6c9b2ef13869530ff377b565d98 (patch) | |
tree | 947d10d73b87c8c484a21553146ef4f375fc820d /git.sr.ht/installation.md | |
parent | 7144081835346703673f71861b665672af3e5471 (diff) | |
download | sr.ht-docs-25c36722c582a6c9b2ef13869530ff377b565d98.tar.gz |
git.sr.ht/installation.md: update for new shell
Diffstat (limited to 'git.sr.ht/installation.md')
-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: |