Skip to content

Commit 5ee3892

Browse files
authored
Merge pull request #154 from robinelfrink/master
Fix fetching default ssh_config.
2 parents 3715cd6 + c3c2472 commit 5ee3892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssh/files/ssh_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{%- import_yaml "openssh/defaults.yaml" as default_settings -%}
2-
{%- set ssh_config = salt['pillar.get']('ssh_config', default=default_settings.ssh_config, merge=True) -%}
2+
{%- set ssh_config = salt['pillar.get']('ssh_config', default=default_settings.default.ssh_config, merge=True) -%}
33
{#- present in ssh_config and known in actual file options -#}
44
{%- set processed_options = [] -%}
55
{%- set string_or_list_options = ['KexAlgorithms', 'Ciphers', 'MACs'] -%}

0 commit comments

Comments
 (0)