docs: mention reloading sshd #469

merged
opened by samuel.fm targeting master from samuel.fm/core: samuel/reload-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
···
EOF
```
+
Then, reload `sshd`:
+
+
```
+
sudo systemctl reload ssh
+
```
+
Next, create the `git` user. We'll use the `git` user's home directory
to store repositories: