From f55c2b4e3207a26295ee2c39506dcdaa84a4c93a Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 1 Oct 2021 20:00:39 +0100 Subject: [PATCH] ci(kitchen): add `ssh-rsa` to `PubkeyAcceptedAlgorithms` on Arch Linux --- kitchen.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/kitchen.yml b/kitchen.yml index 080c79c..db71165 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -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