This commit is contained in:
Lukas Wurzinger 2024-09-15 18:37:47 +02:00
parent e7c2d47d04
commit 93a3882895

View file

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