Skip to content

Commit

Permalink
Upgrade ssh from SIG/security to fix CVE-2024-6387 (#404)
Browse files Browse the repository at this point in the history
* upgrade ssh from SIG/security to fix CVE-2024-6387

* refactor ssh update from sig/security to work on existing fatimage
  • Loading branch information
sjpb authored Jul 2, 2024
1 parent 3602dc9 commit 9b8ff9f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ansible/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,20 @@
tags:
- update
tasks:
- name: Install SIG/security release repo
dnf:
name: rocky-release-security
- name: Update openssh
dnf:
name:
- openssh
- openssh-askpass
- openssh-clients
- openssh-server
state: latest
update_only: true
enablerepo:
- security-common
- block:
- name: Update selected packages
yum:
Expand Down

0 comments on commit 9b8ff9f

Please sign in to comment.