mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-09-22 18:28:06 +02:00
test(pillar): add ssh-rsa Kitchen workaround on Fedora 36 [skip ci]
This commit is contained in:
@@ -27,7 +27,9 @@ sshd_config:
|
||||
{%- endif %}
|
||||
{#- 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 in ["Arch", "OpenBSD", "Gentoo"] or grains.get("oscodename", "") in ["openSUSE Tumbleweed"] %}
|
||||
{%- if grains.os in ["Arch", "OpenBSD", "Gentoo"]
|
||||
or grains.get("oscodename", "") in ["openSUSE Tumbleweed"]
|
||||
or grains.get("osfinger", "") in ["Fedora Linux-36"] %}
|
||||
PubkeyAcceptedAlgorithms: "+ssh-rsa"
|
||||
{%- endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user