mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-09-22 01:37:54 +02:00
test(pillar): add ssh-rsa Kitchen workaround on Ubuntu 22.04 [skip ci]
This commit is contained in:
@@ -29,7 +29,7 @@ sshd_config:
|
||||
{#- * 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"]
|
||||
or grains.get("osfinger", "") in ["Fedora Linux-36"] %}
|
||||
or grains.get("osfinger", "") in ["Fedora Linux-36", "Ubuntu-22.04"] %}
|
||||
PubkeyAcceptedAlgorithms: "+ssh-rsa"
|
||||
{%- endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user