My container images for Tangled self-hostable services
1Port 2222
2
3HostKey __ssh_root__/ssh_host_rsa_key
4HostKey __ssh_root__/ssh_host_ecdsa_key
5HostKey __ssh_root__/ssh_host_ed25519_key
6
7PasswordAuthentication no
8
9AllowUsers git@*
10Match User git
11 AuthorizedKeysCommand /usr/local/bin/knot keys -o authorized_keys
12 AuthorizedKeysCommandUser git