firewalld: allow access to SSH in "nm-shared" firewalld zone

SSH seems one of the few really trusted processes. It is even
allowed for the public zone. Allow it in "nm-shared" zone too.
This commit is contained in:
Thomas Haller 2020-06-15 16:49:02 +02:00
parent be822b52e6
commit f9e14805e6
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -20,4 +20,5 @@
<protocol value='ipv6-icmp'/>
<service name="dhcp"/>
<service name="dns"/>
<service name="ssh"/>
</zone>