mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
ci(kitchen): add ssh-rsa
to PubkeyAcceptedAlgorithms
on Tumbleweed
This commit is contained in:
parent
6cce7051b6
commit
bbc3213454
1 changed files with 9 additions and 5 deletions
14
kitchen.yml
14
kitchen.yml
|
@ -84,14 +84,18 @@ platforms:
|
||||||
- name: opensuse-15
|
- name: opensuse-15
|
||||||
driver:
|
driver:
|
||||||
image: opensuse/leap:15.3
|
image: opensuse/leap:15.3
|
||||||
provision_command: &opensuse_provision_command
|
provision_command:
|
||||||
- zypper --non-interactive install --auto-agree-with-licenses dbus-1
|
- &opensuse_provision_command_01 zypper --non-interactive install --auto-agree-with-licenses dbus-1
|
||||||
- zypper --non-interactive install --auto-agree-with-licenses sudo openssh which curl systemd
|
- &opensuse_provision_command_02 zypper --non-interactive install --auto-agree-with-licenses sudo openssh which curl systemd
|
||||||
- systemctl enable sshd.service
|
- &opensuse_provision_command_03 systemctl enable sshd.service
|
||||||
- name: opensuse-tumbleweed
|
- name: opensuse-tumbleweed
|
||||||
driver:
|
driver:
|
||||||
image: opensuse/tumbleweed:latest
|
image: opensuse/tumbleweed:latest
|
||||||
provision_command: *opensuse_provision_command
|
provision_command:
|
||||||
|
- *opensuse_provision_command_01
|
||||||
|
- *opensuse_provision_command_02
|
||||||
|
- *opensuse_provision_command_03
|
||||||
|
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
|
||||||
- name: oraclelinux-8
|
- name: oraclelinux-8
|
||||||
- name: oraclelinux-7
|
- name: oraclelinux-7
|
||||||
- name: rockylinux-8
|
- name: rockylinux-8
|
||||||
|
|
Loading…
Add table
Reference in a new issue