@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+2 -2
src/docs/user/userguide/diffusion_hosting.diviner
··· 360 360 ``` 361 361 $ sudo chown root /path/to/somewhere/ 362 362 $ 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 364 364 ``` 365 365 366 366 If you don't do this, `sshd` will refuse to execute the hook. 367 367 368 368 **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 370 370 `/etc/ssh/sshd_config.phorge`. 371 371 372 372 Open the file and edit the `AuthorizedKeysCommand`,