We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3715cd6 commit c3c2472Copy full SHA for c3c2472
openssh/files/ssh_config
@@ -1,5 +1,5 @@
1
{%- import_yaml "openssh/defaults.yaml" as default_settings -%}
2
-{%- 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) -%}
3
{#- present in ssh_config and known in actual file options -#}
4
{%- set processed_options = [] -%}
5
{%- set string_or_list_options = ['KexAlgorithms', 'Ciphers', 'MACs'] -%}
0 commit comments