Ssh certificates, got to clean that

This commit is contained in:
Julien Malka 2022-06-03 21:59:41 +02:00
parent f035cb42b0
commit 152415a0bb
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -111,6 +111,13 @@
};
};
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
'';
networking.firewall.allowedTCPPorts = [ 51821 ];
networking.firewall.allowedUDPPorts = [ 51821 ];