@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.

Support - fix some docs on ssh hosting

Summary: Fixes T6169 by using the new nav element on the existing troubleshooting hint the user missed. Fixes T6173 by implementing the user's suggestion.

Test Plan: Looked at docs and they looked good.

Reviewers: epriestley, chad

Reviewed By: chad

Subscribers: fas, epriestley, Korvin

Maniphest Tasks: T6169, T6173

Differential Revision: https://secure.phabricator.com/D10548

+11 -2
+11 -2
src/docs/user/userguide/diffusion_hosting.diviner
··· 283 283 - Check that you've configured `diffusion.ssh-user`. 284 284 - Check that you've configured `phd.user`. 285 285 - Make sure SSH serving is enabled for the repository you're trying to clone. 286 - You can find this in "Edit Repository" -> "Hosting". 286 + You can change this setting from a main repository screen in Diffusion by 287 + {nav Edit Repository > 288 + Edit Hosting > 289 + Host Repository on Phabricator > 290 + Save and Continue > 291 + SSH Read Only or Read/Write > 292 + Save Changes}. 287 293 - Make sure you've added an SSH public key to your account. You can do this 288 - in "Settings" -> "SSH Keys". 294 + in {nav Settings > 295 + SSH Public Keys}. 289 296 - Make sure the main repository screen in Diffusion shows a clone/checkout 290 297 command for SSH. If it doesn't, something above isn't set up correctly. 291 298 You should see an `svn checkout svn+ssh://...`, `git clone ssh://...` or 292 299 `hg clone ssh://...` command. Run that command verbatim to clone the 293 300 repository. 301 + - Check your `phabricator-ssh-hook.sh` file for proper settings. 302 + - Check your `sshd_config.phabricator` file for proper settings. 294 303 295 304 To troubleshoot SSH setup: connect to the server with `ssh`, without running 296 305 a command. You may need to use the `-T` flag. You should see a message like