From 089b1c70fd9ff87c3f60ff849d52972447c0cc53 Mon Sep 17 00:00:00 2001 From: Zoltan Fridrich Date: Tue, 9 Dec 2025 14:53:15 +0100 Subject: [PATCH] Enable support for DSA keys Resolves: RHEL-127624 Signed-off-by: Zoltan Fridrich --- openssh.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index b0c8320..b0bd1de 100644 --- a/openssh.spec +++ b/openssh.spec @@ -47,7 +47,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %global openssh_ver 9.9p1 -%global openssh_rel 2 +%global openssh_rel 3 %global pam_ssh_agent_ver 0.10.4 %global pam_ssh_agent_rel 6 @@ -507,6 +507,7 @@ fi --with-default-pkcs11-provider=yes \ --with-security-key-builtin=yes \ --with-pam \ + --enable-dsa-keys \ %if %{WITH_SELINUX} --with-selinux --with-audit=linux \ --with-sandbox=seccomp_filter \ @@ -739,6 +740,10 @@ test -f %{sysconfig_anaconda} && \ %endif %changelog +* Tue Dec 09 2025 Zoltan Fridrich - 9.9p1-3 +- Enable support for DSA keys + Resolves: RHEL-127624 + * Mon Oct 27 2025 Zoltan Fridrich - 9.9p1-2 - Fix implicit destination path selection when source path ends with ".." Resolves: RHEL-119515