This commit is contained in:
XenGi 2025-12-05 12:11:59 +01:00
parent ac3739c83d
commit 935244f72e
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -84,11 +84,10 @@
firewall = {
enable = true;
allowedTCPPorts = [
22
22 # SSH
80 # HTTP/1
443 # HTTP/2
8448 # Matrix federation
10022 # SSH
];
allowedUDPPorts = [
443 # HTTP/3
@ -104,7 +103,6 @@
fstrim.enable = false; # Let Proxmox host handle fstrim
openssh = {
enable = true;
ports = [ 22 10022 ];
settings = {
PermitEmptyPasswords = "no";
PermitRootLogin = "prohibit-password";