Enable password login through ssh.

This commit is contained in:
2025-10-24 15:19:35 +01:00
parent 0b51b44856
commit e5cd9bd98e

View File

@@ -3,8 +3,6 @@
enable = true; enable = true;
allowSFTP = true; allowSFTP = true;
settings = { settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
PermitRootLogin = "prohibit-password"; # Allow root login with SSH keys only PermitRootLogin = "prohibit-password"; # Allow root login with SSH keys only
}; };
}; };