Kaynağa Gözat

test(pillar): add `ssh-rsa` Kitchen workaround on Arch Linux [skip ci]

Need this on Arch Linux to avoid the `kitchen verify` failure; see:

* https://gitlab.com/saltstack-formulas/infrastructure/salt-image-builder/-/commit/cb6781a2bba9
tags/v3.0.2
Imran Iqbal 3 yıl önce
ebeveyn
işleme
ecd62e4507
İşleme yapanın e-posta adresine bağlı hesap yok
2 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. +1
    -0
      test/integration/default/files/_mapdata/arch-base-latest.yaml
  2. +5
    -0
      test/salt/pillar/default.sls

+ 1
- 0
test/integration/default/files/_mapdata/arch-base-latest.yaml Dosyayı Görüntüle

@@ -180,6 +180,7 @@ values:
AcceptEnv: LANG LC_*
ChallengeResponseAuthentication: 'no'
PrintMotd: 'no'
PubkeyAcceptedAlgorithms: "+ssh-rsa"
Subsystem: sftp /usr/lib/openssh/sftp-server
UsePAM: 'yes'
X11Forwarding: 'yes'

+ 5
- 0
test/salt/pillar/default.sls Dosyayı Görüntüle

@@ -25,6 +25,11 @@ sshd_config:
{%- if grains.os != "OpenBSD" %}
UsePAM: 'yes'
{%- endif %}
{#- Need this on Arch Linux 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" %}
PubkeyAcceptedAlgorithms: "+ssh-rsa"
{%- endif %}

ssh_config:
Hosts:

Yükleniyor…
İptal
Kaydet