ソースを参照

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

読み込み中…
キャンセル
保存