From 41138c4aab4f3167a18138f35f018629bf9909e1 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 12 Aug 2025 10:35:18 +0300 Subject: [PATCH] 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 --- docs/knot-hosting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/knot-hosting.md b/docs/knot-hosting.md index 8d01466..afe3d75 100644 --- a/docs/knot-hosting.md +++ b/docs/knot-hosting.md @@ -59,6 +59,12 @@ Match User git 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: -- 2.43.0