only generate ed25516 key for host

This commit is contained in:
TheWanderingCrow 2025-04-29 14:43:38 -04:00
parent 84e02b408f
commit 586f330608
4 changed files with 13 additions and 1 deletions

View file

@ -5,5 +5,11 @@
PermitRootLogin = "prohibit-password";
PasswordAuthentication = false;
};
hostKeys = [
{
path = "/etc/ssh/ssh_host_ed25519_key";
type = "ed25519";
}
];
};
}