This commit is contained in:
soraefir
2026-06-01 00:36:34 +02:00
parent d2ccb0b485
commit 22879d8897

View File

@@ -9,8 +9,8 @@ in {
services.openssh = {
enable = true;
ports = [ 422 ];
banner = "";
settings = {
Banner = "";
PasswordAuthentication = false;
PermitRootLogin = "no";
ClientAliveInterval = 60;