Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: mention chowning knot binary

Signed-off-by: Ivan Chinenov <hjvt@hjvt.dev>

author
Ivan Chinenov
committer
Anirudh Oppiliappan
date (Oct 15, 2025, 11:11 AM +0300) commit 8345f455 parent 898d826c change-id oyttstwv
+2 -1
+2 -1
docs/knot-hosting.md
··· 39 39 ``` 40 40 41 41 Next, move the `knot` binary to a location owned by `root` -- 42 - `/usr/local/bin/knot` is a good choice: 42 + `/usr/local/bin/` is a good choice. Make sure the binary itself is also owned by `root`: 43 43 44 44 ``` 45 45 sudo mv knot /usr/local/bin/knot 46 + sudo chown root:root /usr/local/bin/knot 46 47 ``` 47 48 48 49 This is necessary because SSH `AuthorizedKeysCommand` requires [really