Skip to content

Commit

Permalink
ci(kitchen): add ssh-rsa to PubkeyAcceptedAlgorithms on Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
myii authored and s0undt3ch committed Mar 15, 2022
1 parent c63dafa commit f55c2b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f55c2b4

Please sign in to comment.