dotfiles/roles/ssh_server/templates/10-signed-host-key.conf
Matej Focko 0135bcd48f
chore: rename ‹ssh› group of roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-12 16:10:22 +01:00

5 lines
226 B
Text

# {{ ansible_managed }}
HostCertificate /etc/ssh/sshd_config.d/ssh_host_rsa_key-cert.pub
HostCertificate /etc/ssh/sshd_config.d/ssh_host_ecdsa_key-cert.pub
HostCertificate /etc/ssh/sshd_config.d/ssh_host_ed25519_key-cert.pub