···18185. Knot is now ready for reverse proxy from `KNOT_SERVER_HOSTNAME:443` to local port 5555
1919 (knot verification will not work over HTTP port 80!)
20202121-<!--
2222-Once the container is up, the Git repositories directory
2323-needs to be specified explicitly as `/home/git/repositories` in `AuthorizedKeysCommand`
2424-(see [knot-hosting](https://tangled.sh/@tangled.sh/core/blob/master/docs/knot-hosting.md#repositories)).
2525-Create the file `/etc/ssh/sshd_config.d/authorized_keys_command.conf` with the following:
2626-2727-```
2828-Match User git
2929- AuthorizedKeysCommand /usr/bin/knot keys -o authorized-keys -git-dir /home/git/repositories
3030- AuthorizedKeysCommandUser nobody
3131-```
3232-3333-(This should probably be done in the Dockerfile when building the image.)
3434--->
3535-3621## Repository troubleshooting
37223823* SSH keys must be added to Tangled *after* the knot is created for it to pick them up.