瀏覽代碼

Add a UseDNS option to sshd_config

master
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…
取消
儲存