mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-07-16 20:41:15 +02:00
test(pillar): add platforms to ssh-rsa Kitchen workaround [skip ci]
Updates ecd62e4507.
Now required for openSUSE Tumbleweed and OpenBSD 7 as well.
This commit is contained in:
@@ -25,9 +25,9 @@ sshd_config:
|
||||
{%- if grains.os != "OpenBSD" %}
|
||||
UsePAM: 'yes'
|
||||
{%- endif %}
|
||||
{#- Need this on Arch Linux to avoid the `kitchen verify` failure as mentioned above; see: #}
|
||||
{#- Need this on various platforms to avoid the `kitchen verify` failure as mentioned above; see: #}
|
||||
{#- * https://gitlab.com/saltstack-formulas/infrastructure/salt-image-builder/-/commit/cb6781a2bba9 #}
|
||||
{%- if grains.os == "Arch" %}
|
||||
{%- if grains.os in ["Arch", "OpenBSD"] or grains.oscodename in ["openSUSE Tumbleweed"] %}
|
||||
PubkeyAcceptedAlgorithms: "+ssh-rsa"
|
||||
{%- endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user