Monorepo for Tangled tangled.org

docs: mention reloading sshd

after changing the sshd config, it's necessary to reload ssh. added instructions on how to do this to the self-hosting guide

Signed-off-by: Samuel Newman <mozzius@protonmail.com>

Changed files
+6
docs
+6
docs/knot-hosting.md
··· 59 59 EOF 60 60 ``` 61 61 62 + Then, reload `sshd`: 63 + 64 + ``` 65 + sudo systemctl reload ssh 66 + ``` 67 + 62 68 Next, create the `git` user. We'll use the `git` user's home directory 63 69 to store repositories: 64 70