0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2024-11-27 23:07:53 +01:00

Add a UseDNS option to sshd_config

This commit is contained in:
Wes Turner 2014-07-22 00:35:11 -05:00
parent 11eb243c1c
commit 970777b9bb

View File

@ -125,6 +125,9 @@
# and ChallengeResponseAuthentication to 'no'.
{{ option_default_uncommented('UsePAM', 'yes') }}
# DNS resolve and map remote IP addresses
{{ option('UseDNS', 'yes') }}
{# Handling unknown in salt template options #}
{%- for keyword, argument in sshd_config.iteritems() %}
{%- if not keyword in processed_options -%}