Skip to content

Commit 18faae4

Browse files
sjpbMaxBed4d
authored andcommitted
Upgrade ssh from SIG/security to fix CVE-2024-6387 (#404)
* upgrade ssh from SIG/security to fix CVE-2024-6387 * refactor ssh update from sig/security to work on existing fatimage
1 parent 9d1ae1a commit 18faae4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ansible/bootstrap.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,20 @@
157157
tags:
158158
- update
159159
tasks:
160+
- name: Install SIG/security release repo
161+
dnf:
162+
name: rocky-release-security
163+
- name: Update openssh
164+
dnf:
165+
name:
166+
- openssh
167+
- openssh-askpass
168+
- openssh-clients
169+
- openssh-server
170+
state: latest
171+
update_only: true
172+
enablerepo:
173+
- security-common
160174
- block:
161175
- name: Update selected packages
162176
yum:

0 commit comments

Comments
 (0)