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
··· 59 EOF 60 ``` 61 62 Next, create the `git` user. We'll use the `git` user's home directory 63 to store repositories: 64
··· 59 EOF 60 ``` 61 62 + Then, reload `sshd`: 63 + 64 + ``` 65 + sudo systemctl reload ssh 66 + ``` 67 + 68 Next, create the `git` user. We'll use the `git` user's home directory 69 to store repositories: 70