mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
16 lines
338 B
Django/Jinja
16 lines
338 B
Django/Jinja
Port {{ ansible_port | default(22) }}
|
|
LogLevel VERBOSE
|
|
PasswordAuthentication no
|
|
|
|
{% if 'buildservers' not in group_names %}
|
|
AllowAgentForwarding no
|
|
AllowTcpForwarding no
|
|
{% else %}
|
|
Match User root
|
|
AllowAgentForwarding no
|
|
AllowTcpForwarding no
|
|
{% endif %}
|
|
|
|
# unlink forwarded sockets; for gpg agent forwarding
|
|
StreamLocalBindUnlink yes
|