mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-16 09:40:23 +00:00
parent
3715cd601c
commit
c3c2472562
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{%- import_yaml "openssh/defaults.yaml" as default_settings -%}
|
||||
{%- set ssh_config = salt['pillar.get']('ssh_config', default=default_settings.ssh_config, merge=True) -%}
|
||||
{%- set ssh_config = salt['pillar.get']('ssh_config', default=default_settings.default.ssh_config, merge=True) -%}
|
||||
{#- present in ssh_config and known in actual file options -#}
|
||||
{%- set processed_options = [] -%}
|
||||
{%- set string_or_list_options = ['KexAlgorithms', 'Ciphers', 'MACs'] -%}
|
||||
|
|
Loading…
Add table
Reference in a new issue