Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion policies/ad-domain-controller/Machine/Registry.pol.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<PolFile num_entries="9" signature="PReg" version="1">
<PolFile num_entries="10" signature="PReg" version="1">
<Entry type="4" type_name="REG_DWORD">
<Key>Software\BaseALT\Policies\Control</Key>
<ValueName>sshd-gssapi-auth</ValueName>
Expand Down Expand Up @@ -40,6 +40,11 @@
<ValueName>gpupdate.service</ValueName>
<Value>1</Value>
</Entry>
<Entry type="4" type_name="REG_DWORD">
<Key>SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile</Key>
<ValueName>EnableFirewall</ValueName>
<Value>1</Value>
</Entry>
<Entry type="1" type_name="REG_SZ">
<Key>SOFTWARE\Policies\Microsoft\WindowsFirewall\FirewallRules</Key>
<ValueName>OpenSSH</ValueName>
Expand Down
7 changes: 6 additions & 1 deletion policies/server/Machine/Registry.pol.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<PolFile num_entries="8" signature="PReg" version="1">
<PolFile num_entries="9" signature="PReg" version="1">
<Entry type="4" type_name="REG_DWORD">
<Key>Software\BaseALT\Policies\Control</Key>
<ValueName>sshd-gssapi-auth</ValueName>
Expand Down Expand Up @@ -35,6 +35,11 @@
<ValueName>gpupdate.service</ValueName>
<Value>1</Value>
</Entry>
<Entry type="4" type_name="REG_DWORD">
<Key>SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile</Key>
<ValueName>EnableFirewall</ValueName>
<Value>1</Value>
</Entry><Paste>
<Entry type="1" type_name="REG_SZ">
<Key>SOFTWARE\Policies\Microsoft\WindowsFirewall\FirewallRules</Key>
<ValueName>OpenSSH</ValueName>
Expand Down
7 changes: 6 additions & 1 deletion policies/workstation/Machine/Registry.pol.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<PolFile num_entries="8" signature="PReg" version="1">
<PolFile num_entries="9" signature="PReg" version="1">
<Entry type="4" type_name="REG_DWORD">
<Key>Software\BaseALT\Policies\Control</Key>
<ValueName>sshd-gssapi-auth</ValueName>
Expand Down Expand Up @@ -35,6 +35,11 @@
<ValueName>gpupdate.service</ValueName>
<Value>1</Value>
</Entry>
<Entry type="4" type_name="REG_DWORD">
<Key>SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile</Key>
<ValueName>EnableFirewall</ValueName>
<Value>1</Value>
</Entry>
<Entry type="1" type_name="REG_SZ">
<Key>SOFTWARE\Policies\Microsoft\WindowsFirewall\FirewallRules</Key>
<ValueName>OpenSSH</ValueName>
Expand Down