Files
deploy_home/ansible/roles/git/templates/sshd-gitea.conf.j2
2025-12-19 10:39:56 -05:00

8 lines
247 B
Django/Jinja

# Gitea SSH Key Authentication
# Managed by Ansible - do not edit directly
Match User {{ git_user }}
AuthorizedKeysFile none
AuthorizedKeysCommandUser {{ git_user }}
AuthorizedKeysCommand /usr/local/bin/gitea-authorized-keys %u %t %k