mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
ci(kitchen): add ssh-rsa
to PubkeyAcceptedAlgorithms
on Gentoo
This commit is contained in:
parent
41f0ae7d32
commit
e7adfe409f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue