Merge pull request #1603 from myii/ci/add-ssh-rsa-for-archlinux

ci(kitchen): add `ssh-rsa` to `PubkeyAcceptedAlgorithms` on Arch Linux
This commit is contained in:
Kirill Ponomarev 2021-10-02 08:39:05 +02:00 committed by GitHub
commit 51315c2954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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