ssh: open firewall on all interfaces
This commit is contained in:
parent
50e0b74759
commit
2d1847e533
@ -6,6 +6,7 @@
|
||||
programs.mosh.enable = true;
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
permitRootLogin = "no";
|
||||
passwordAuthentication = false;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user