Переглянути джерело

Merge pull request #13 from westurner/add-UseDNS-option

Add a UseDNS option
master
Forrest 10 роки тому
джерело
коміт
813c28e633
2 змінених файлів з 4 додано та 0 видалено
  1. +3
    -0
      openssh/files/sshd_config
  2. +1
    -0
      pillar.example

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

+ 1
- 0
pillar.example Переглянути файл

@@ -29,6 +29,7 @@ sshd_config:
AcceptEnv: "LANG LC_*"
Subsystem: "sftp /usr/lib/openssh/sftp-server"
UsePAM: 'yes'
UseDNS: 'yes'

openssh:
auth:

Завантаження…
Відмінити
Зберегти