diff --git a/kitchen.yml b/kitchen.yml index 05c33ad..7a5750e 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -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