ci(kitchen): add ssh-rsa to PubkeyAcceptedAlgorithms on Arch Linux

This commit is contained in:
Imran Iqbal 2021-10-01 20:00:39 +01:00 committed by Pedro Algarvio
parent c63dafa4b1
commit f55c2b4e32

View file

@ -42,6 +42,7 @@ platforms:
provision_command:
- pacman -Syu --noconfirm --needed systemd grep awk procps which
- systemctl enable sshd
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: centos-8
- name: centos-7
- name: debian-9