Skip to content

Commit 3cc5ee6

Browse files
Documentation: fix unexisting path sshd_config.phabricator.example
Summary: Since the example file was renamed, this change makes the documentation consistent with it. Also we added exactly one-space somewhere, to create a super-satisfying indentation an example block. You're welcome. Ref T15006 Test Plan: Check that the documentation is at least 0.000001% better now. Reviewers: O1 Blessed Committers, avivey Reviewed By: O1 Blessed Committers, avivey Subscribers: tobiaswiese, Matthew, Cigaryno Maniphest Tasks: T15006 Differential Revision: https://we.phorge.it/D25410
1 parent 8876f75 commit 3cc5ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/user/userguide/diffusion_hosting.diviner

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,13 @@ be owned by `root`, and the script must have `755` permissions:
360360
```
361361
$ sudo chown root /path/to/somewhere/
362362
$ sudo chown root /path/to/somewhere/phorge-ssh-hook.sh
363-
$ sudo chmod 755 /path/to/somewhere/phorge-ssh-hook.sh
363+
$ sudo chmod 755 /path/to/somewhere/phorge-ssh-hook.sh
364364
```
365365

366366
If you don't do this, `sshd` will refuse to execute the hook.
367367

368368
**Create `sshd_config` for Phorge**: Copy the template in
369-
`phorge/resources/sshd/sshd_config.phabricator.example` to somewhere like
369+
`phorge/resources/sshd/sshd_config.phorge.example` to somewhere like
370370
`/etc/ssh/sshd_config.phorge`.
371371

372372
Open the file and edit the `AuthorizedKeysCommand`,

0 commit comments

Comments
 (0)