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 run_command: /sbin/init
provision_command: provision_command:
- rc-update add sshd default - rc-update add sshd default
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: gentoo-systemd - name: gentoo-systemd
driver: driver:
image: gentoo/stage3:systemd image: gentoo/stage3:systemd
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd
provision_command: provision_command:
- systemctl enable sshd.service - systemctl enable sshd.service
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: opensuse-15 - name: opensuse-15
driver: driver:
image: opensuse/leap:15.3 image: opensuse/leap:15.3