Added ssh certificates

This commit is contained in:
Julien Malka 2022-06-03 22:03:15 +02:00
parent 152415a0bb
commit 8b60c12a50
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -50,6 +50,12 @@ in
'';
};
services.openssh.extraConfig = ''
HostCertificate /etc/ssh/ssh_host_ed25519_key-cert.pub
HostKey /etc/ssh/ssh_host_ed25519_key
TrustedUserCAKeys /etc/ssh/ssh_user_key.pub
MaxAuthTries 20
'';