From b06da98f313fac21f0608cb1d546b8014d3c5b4b Mon Sep 17 00:00:00 2001 From: Igor Chudov Date: Fri, 3 Jul 2020 17:07:04 +0400 Subject: [PATCH 1/3] Enable firewall for ad-domain-controller --- policies/ad-domain-controller/Machine/Registry.pol.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/policies/ad-domain-controller/Machine/Registry.pol.xml b/policies/ad-domain-controller/Machine/Registry.pol.xml index e528987..ab264d8 100644 --- a/policies/ad-domain-controller/Machine/Registry.pol.xml +++ b/policies/ad-domain-controller/Machine/Registry.pol.xml @@ -1,5 +1,5 @@ - + Software\BaseALT\Policies\Control sshd-gssapi-auth @@ -40,6 +40,11 @@ gpupdate.service 1 + + SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile + EnableFirewall + 1 + SOFTWARE\Policies\Microsoft\WindowsFirewall\FirewallRules OpenSSH From 6891e8460cc94e19dbcbd764b56ad009e7ff3379 Mon Sep 17 00:00:00 2001 From: Igor Chudov Date: Fri, 3 Jul 2020 17:07:31 +0400 Subject: [PATCH 2/3] Enable firewall for server --- policies/server/Machine/Registry.pol.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/policies/server/Machine/Registry.pol.xml b/policies/server/Machine/Registry.pol.xml index aee1265..c9dd71e 100644 --- a/policies/server/Machine/Registry.pol.xml +++ b/policies/server/Machine/Registry.pol.xml @@ -1,5 +1,5 @@ - + Software\BaseALT\Policies\Control sshd-gssapi-auth @@ -35,6 +35,11 @@ gpupdate.service 1 + + SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile + EnableFirewall + 1 + SOFTWARE\Policies\Microsoft\WindowsFirewall\FirewallRules OpenSSH From ed7eaf46d1763bab956d94832d2c45cb9d2fc2ef Mon Sep 17 00:00:00 2001 From: Igor Chudov Date: Fri, 3 Jul 2020 17:07:48 +0400 Subject: [PATCH 3/3] Enable firewall for workstation --- policies/workstation/Machine/Registry.pol.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/policies/workstation/Machine/Registry.pol.xml b/policies/workstation/Machine/Registry.pol.xml index aee1265..860c98f 100644 --- a/policies/workstation/Machine/Registry.pol.xml +++ b/policies/workstation/Machine/Registry.pol.xml @@ -1,5 +1,5 @@ - + Software\BaseALT\Policies\Control sshd-gssapi-auth @@ -35,6 +35,11 @@ gpupdate.service 1 + + SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile + EnableFirewall + 1 + SOFTWARE\Policies\Microsoft\WindowsFirewall\FirewallRules OpenSSH