[chore]: Update SSH configuration options

This commit is contained in:
Tristan D. 2024-10-10 17:06:57 +02:00
parent 191d53a871
commit e096f2849b
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -235,6 +235,12 @@ in
ssh = {
enable = true;
addKeysToAgent = "yes";
hashKnownHosts = true;
extraOptionOverrides = {
VerifyHostKeyDNS = "ask";
};
package = pkgs.openssh;
matchBlocks = {