Преглед изворни кода

Add a UseDNS option to sshd_config

tags/v0.41.0
Wes Turner пре 10 година
родитељ
комит
970777b9bb
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      openssh/files/sshd_config

+ 3
- 0
openssh/files/sshd_config Прегледај датотеку

@@ -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 -%}

Loading…
Откажи
Сачувај