Monorepo for Tangled tangled.org

Explicitly mention changing knot binary's owner in selfhosting documentation. #665

merged opened by hjvt.dev targeting master from hjvt.dev/tangled-core: push-oyttstwvptzt
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:ybis62fh2uwcfrb33pt5k6dc/sh.tangled.repo.pull/3m34jp6w7fy22
+2 -1
Diff #0
+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

History

1 round 0 comments
sign up or login to add to the discussion
hjvt.dev submitted #0
1 commit
expand
doc: mention chowning knot binary
expand 0 comments
pull request successfully merged