From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 526E11FF183 for ; Wed, 16 Jul 2025 13:35:49 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 6E83FDAE2; Wed, 16 Jul 2025 13:36:53 +0200 (CEST) Message-ID: <72772206-867d-4eb4-b87b-3838acc74350@proxmox.com> Date: Wed, 16 Jul 2025 13:36:49 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: Proxmox VE development discussion , Daniel Kral References: <20250704182336.469274-1-d.kral@proxmox.com> Content-Language: de-AT, en-US From: Lukas Wagner In-Reply-To: <20250704182336.469274-1-d.kral@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.019 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_MSPIKE_H2 0.001 Average reputation (+2) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] [PATCH container v2 1/3] setup: remove deprecated dsa from ssh host key generation X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" On 2025-07-04 20:23, Daniel Kral wrote: > OpenSSH 10.0 removes support for the DSA signature algorithm [0], which > is the base version that will be shipped for Debian 13 trixie. Since it > has been marked deprecated for some time and generating DSA signatures > with OpenSSH 10.0 will fail, remove it. > > [0] https://www.openssh.com/txt/release-10.0 > [1] https://www.debian.org/releases/trixie/release-notes/whats-new.en.html > > Signed-off-by: Daniel Kral Creating a Debian 12 container on PVE 9 does not work at the moment due this error during container creation: Creating SSH host key 'ssh_host_dsa_key' - this may take some time ... unknown key type dsa I can confirm that this patch makes it work again, so consider this: Tested-by: Lukas Wagner -- - Lukas _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel