To get tangled.org's `knot server`/knotserver working without using the `git` user on a host, i.e because it's already taken by another piece of software (think `forgejo`), we have to do some additional steps in addition to their configuration guide. First off, when it tells you to create a new user, replace `git` with another user like `tangled` in the `useradd` command. I.e: ``` # useradd tangled ``` Then, when you're told to add a bit of configuration to your SSH Daemon Config, be sure to use something like this: ``` sudo tee /etc/ssh/sshd_config.d/authorized_keys_command.conf <