gitea, zomboid updates, ssh key fixes
This commit is contained in:
7
ansible/roles/git/templates/sshd-gitea.conf.j2
Normal file
7
ansible/roles/git/templates/sshd-gitea.conf.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user