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 guideSigned-off-by: Samuel Newman <mozzius@protonmail.com>
samuel.fm 4 months ago c5606050 694690eb
··· 59 59 EOF 60 60 ``` 61 61 62 62 + Then, reload `sshd`: 63 63 + 64 64 + ``` 65 65 + sudo systemctl reload ssh 66 66 + ``` 67 67 + 62 68 Next, create the `git` user. We'll use the `git` user's home directory 63 69 to store repositories: 64 70