This commit is contained in:
Lukas Wurzinger 2024-09-15 18:15:49 +02:00
parent b399e823da
commit e7c2d47d04

View file

@ -11,7 +11,7 @@
} }
]; ];
settings = { settings = {
PermitRootLogin = "without-password"; PermitRootLogin = "forced-commands-only";
PasswordAuthentication = false; PasswordAuthentication = false;
}; };
}; };