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

This commit is contained in:
Imran Iqbal 2022-01-05 06:11:40 +00:00 committed by Pedro Algarvio
parent 41f0ae7d32
commit e7adfe409f

View file

@ -75,12 +75,14 @@ platforms:
run_command: /sbin/init
provision_command:
- rc-update add sshd default
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: gentoo-systemd
driver:
image: gentoo/stage3:systemd
run_command: /lib/systemd/systemd
provision_command:
- systemctl enable sshd.service
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: opensuse-15
driver:
image: opensuse/leap:15.3