diff options
author | Drew DeVault <sir@cmpwn.com> | 2021-05-22 13:32:41 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-05-22 13:32:41 -0400 |
commit | 543ad51929a49fcddb93bfe210af33732bc498f5 (patch) | |
tree | 2be180fb5737ba5d2687cfd037215c1785be78fe | |
parent | 00f70bffd5c14f6a066e58193f75871dd5b88f1e (diff) | |
download | sr.ht-docs-543ad51929a49fcddb93bfe210af33732bc498f5.tar.gz |
git.sr.ht: remove incorrect install instructions
-rw-r--r-- | git.sr.ht/configuration.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/git.sr.ht/configuration.md b/git.sr.ht/configuration.md index 092ab8d..e11b69c 100644 --- a/git.sr.ht/configuration.md +++ b/git.sr.ht/configuration.md @@ -46,11 +46,8 @@ storage) before filling out the S3-related configuration options in your # SSH Dispatch 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. 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: +authorization hook. In `/etc/ssh/sshd_config`, configure gitsrht-dispatch like +so: AuthorizedKeysCommand=/usr/bin/gitsrht-dispatch "%u" "%h" "%t" "%k" AuthorizedKeysCommandUser=root |