···185. Knot is now ready for reverse proxy from `KNOT_SERVER_HOSTNAME:443` to local port 5555
19 (knot verification will not work over HTTP port 80!)
2021-<!--
22-Once the container is up, the Git repositories directory
23-needs to be specified explicitly as `/home/git/repositories` in `AuthorizedKeysCommand`
24-(see [knot-hosting](https://tangled.sh/@tangled.sh/core/blob/master/docs/knot-hosting.md#repositories)).
25-Create the file `/etc/ssh/sshd_config.d/authorized_keys_command.conf` with the following:
26-27-```
28-Match User git
29- AuthorizedKeysCommand /usr/bin/knot keys -o authorized-keys -git-dir /home/git/repositories
30- AuthorizedKeysCommandUser nobody
31-```
32-33-(This should probably be done in the Dockerfile when building the image.)
34--->
35-36## Repository troubleshooting
3738* SSH keys must be added to Tangled *after* the knot is created for it to pick them up.
···185. Knot is now ready for reverse proxy from `KNOT_SERVER_HOSTNAME:443` to local port 5555
19 (knot verification will not work over HTTP port 80!)
2000000000000000021## Repository troubleshooting
2223* SSH keys must be added to Tangled *after* the knot is created for it to pick them up.