mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-29 07:10:51 +01:00
Added ssh certificates
This commit is contained in:
parent
152415a0bb
commit
8b60c12a50
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue