modules.services.sshd: enable GatewayPorts

This commit is contained in:
2025-12-24 14:20:58 +08:00
parent ea91a75380
commit 08023306d6

View File

@@ -23,6 +23,7 @@ inputs:
PasswordAuthentication = sshd.passwordAuthentication;
KbdInteractiveAuthentication = false;
UsePAM = true;
GatewayPorts = "yes";
};
};
}