feat: ssh + karasumaru

This commit is contained in:
s-prechtl 2025-03-31 13:59:36 +02:00
parent 2ccb348bc2
commit 46baaa4ecc
3 changed files with 80 additions and 1 deletions

View file

@ -28,8 +28,9 @@ in {
services.openssh = {
enable = true;
# Disables SSH login via password, public key authentication is enabled
settings = {
PasswordAuthentication = true;
PasswordAuthentication = false;
PermitRootLogin = "prohibit-password";
};
};