From e7adfe409f469f5320dffa58716ee5e1e2c84019 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 5 Jan 2022 06:11:40 +0000 Subject: [PATCH] ci(kitchen): add `ssh-rsa` to `PubkeyAcceptedAlgorithms` on Gentoo --- kitchen.yml | 2 ++ 1 file changed, 2 insertions(+) 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