tangled
alpha
login
or
join now
ionchy.ca
/
knot-config
2
fork
atom
Configuration files for self-hosted Tangled knot
2
fork
atom
overview
issues
pulls
pipelines
idk how to get nice syntax hightlighting so just don't
ionchy.ca
6 months ago
145df759
68a6a015
+1
-1
1 changed file
expand all
collapse all
unified
split
README.md
+1
-1
README.md
···
18
18
(see [knot-hosting](https://tangled.sh/@tangled.sh/core/blob/master/docs/knot-hosting.md#repositories)).
19
19
Create the file `/etc/ssh/sshd_config.d/authorized_keys_command.conf` with the following:
20
20
21
21
-
```ini
21
21
+
```
22
22
Match User git
23
23
AuthorizedKeysCommand /usr/bin/knot keys -o authorized-keys -git-dir /home/git/repositories
24
24
AuthorizedKeysCommandUser nobody