feat: enable StreamLocalBindUnlink for sshd

This commit is contained in:
winston 2024-09-11 08:58:47 +02:00
parent 01cf59206c
commit f060f767d4

View file

@ -5,8 +5,11 @@
openssh = {
enable = true;
ports = [1322];
settings.PasswordAuthentication = false;
settings.PermitRootLogin = "no";
settings = {
PasswordAuthentication = false;
PermitRootLogin = "no";
StreamLocalBindUnlink = "yes";
};
};
};
}