From 8f2c5916d33f71eca6b57fd595e1fd47ec930ce6 Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Mon, 16 Feb 2026 16:02:01 +0100 Subject: [PATCH] TEST: TMP install open-ssh scratch build --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 888f765551e..ea34d7df990 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,6 +195,18 @@ jobs: -e 's/ProxyCommand \/usr\/bin\/sss_ssh_knownhostsproxy -p %p %h/KnownHostsCommand \/usr\/bin\/sss_ssh_knownhosts %H/' \ -i /etc/ssh/ssh_config.d/04-ipa.conf + - name: Install openssh update + uses: SSSD/sssd-ci-containers/actions/exec@master + with: + user: root + script: | + #!/bin/bash + set -ex + dnf install -y \ + https://kojipkgs.fedoraproject.org//work/tasks/5382/142385382/openssh-10.2p1-3.fc44.x86_64.rpm \ + https://kojipkgs.fedoraproject.org//work/tasks/5382/142385382/openssh-server-10.2p1-3.fc44.x86_64.rpm \ + https://kojipkgs.fedoraproject.org//work/tasks/5382/142385382/openssh-clients-10.2p1-3.fc44.x86_64.rpm + - name: Install system tests dependencies shell: bash working-directory: ./sssd/src/tests/system