From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id qEfgDMCoQmT92wAASxT56A (envelope-from ) for ; Fri, 21 Apr 2023 17:16:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id kO+hC8CoQmRqQQEAG6o9tA (envelope-from ) for ; Fri, 21 Apr 2023 17:16:16 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 09EA128486 for ; Fri, 21 Apr 2023 17:16:16 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="P9Q/sX/B"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1682090176; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=6B981oflGLxPaxGcHx+mNgAzBs5weZ82+D07DBt7MXY=; b=BUFYOl+Gri6dTc/uwo+zPQcAvPsQDsCpCWJhj3L5BPXM0I11eNDkPfMn97mfof6PtjZx9H AMPFqw9LLUuFONWuriX5AWlhlwKzB+qNa+NxfuCQQdI7HnbapUOVLcfc1F5rOZKT27I9r3 W/gpGxfGVgFfS+g+dRS1nLmn91qgJHN14amk0KYrp+ylmW+wDf1+Hga6bbcKr+mWaV5SbG 7N+LnExkf5VjfoDrEfFpCZw/87I8be4Ybd1e4XRTz33TBr4+luJN/IyfaYvyeDt8x/ZLY1 k57F2MLc7fV45EWwA78qU3CZiYwBgbvingxojjmuS50mbGJWUWrxbP786mqsWg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="P9Q/sX/B"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1682090176; a=rsa-sha256; cv=none; b=GsdKX3azgrf+1HwvBBucTXPitPbbcz3iEQoKv7taQOigATNVh5Ui3T2VlOFNpvY+WvoOe5 VSOZV/OeoyQ3rEu5G0zZv8S+LdF/5glJ/vDQ91dYG21WBu1EYwGmJQEPmvd/4VoftSbRV1 hGZLJjkJfev+S52kktJ965YDQTyOVJwIfxZBBnC4KmSzVde2XjwgWILHOYpm2ZxX8SjYnH 93CLbfSYktAO5fapRomX9q+42XppTHB6OXdvWGj69MQPxIzEz6/YagHagFIO45jtl8Pq5+ DsQB8FjnNxZKJud2qJtR/XIPPn9YBA2eUG9NoD62qJ9pLf1FFv1vSQdHYi3c+g== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ppsUZ-0005av-Sn; Fri, 21 Apr 2023 11:16:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ppsUV-0005Zv-PI for guix-patches@gnu.org; Fri, 21 Apr 2023 11:16:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ppsUU-0003Fu-L4 for guix-patches@gnu.org; Fri, 21 Apr 2023 11:16:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ppsUU-0003T4-Ft for guix-patches@gnu.org; Fri, 21 Apr 2023 11:16:02 -0400 Subject: bug#62966: [PATCH 1/2] home: services: openssh: Add configuration option for jump proxies Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 21 Apr 2023 15:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62966 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Saku Laesvuori Cc: 62966-done@debbugs.gnu.org Mail-Followup-To: 62966@debbugs.gnu.org, ludo@gnu.org, saku@laesvuori.fi Received: via spool by 62966-done@debbugs.gnu.org id=D62966.168209013313268 (code D ref 62966); Fri, 21 Apr 2023 15:16:02 +0000 Received: (at 62966-done) by debbugs.gnu.org; 21 Apr 2023 15:15:33 +0000 Received: from localhost ([127.0.0.1]:40965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppsU1-0003Rv-3b for submit@debbugs.gnu.org; Fri, 21 Apr 2023 11:15:33 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppsTy-0003Ri-4A for 62966-done@debbugs.gnu.org; Fri, 21 Apr 2023 11:15:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ppsTs-00035w-Sp; Fri, 21 Apr 2023 11:15:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=6B981oflGLxPaxGcHx+mNgAzBs5weZ82+D07DBt7MXY=; b=P9Q/sX/BNqYOxSwC67n8 fUjRJPvv3nJRhtPfCZ1Hgwf0VhdLnGZ/Y84XSh/FdWHzjIbrZpZRn/09MMAix5dO9Qowb08ctReBz qkWo5VOW1EpPzS9SWVoC/7E5ALYDbfbbHvOzn+d6qTDy3C1YO3DDmaMDSh62f7FTB7VEAC4t5cRis BKhdl+Ug7u0rjPFj45hoKJWhnJ5oeXmJiXgkyYOerqa46B38CAEIhkXQ09qLK4KTsedbFh8Li3ZZr DB7Yrw99K/r8LdIip2OQyRxllMdf6c00RFhRZET4K7MlTqAsDrsDyvbWA6nV5Az66QlD9dLgopoBY r+2BX4FA2TxHRg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ppsTr-0005lj-Rm; Fri, 21 Apr 2023 11:15:24 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230420113024.7999-1-saku@laesvuori.fi> Date: Fri, 21 Apr 2023 17:15:21 +0200 In-Reply-To: <20230420113024.7999-1-saku@laesvuori.fi> (Saku Laesvuori's message of "Thu, 20 Apr 2023 14:30:24 +0300") Message-ID: <87leilgtbq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: UNKNOWN X-Migadu-Spam-Score: -1.06 X-Spam-Score: -1.06 X-Migadu-Queue-Id: 09EA128486 X-Migadu-Scanner: in3.migadu.com X-TUID: DLnFBftOIpXg Hi Saku, Saku Laesvuori skribis: > Add a new 'proxy' field to openssh-host to allow ProxyCommand or > ProxyJump, but not both, to be configured. Configuring both would cause > the serialization order to determine which one is used. Deprecate the > 'proxy-command' field because the 'proxy' field replaces it. > > * gnu/home/services/ssh.scm (proxy-jump->string, > proxy-command-or-jump-list?, serialize-proxy-command-or-jump-list, > sanitize-proxy-command): New procedure. > (proxy-jump, proxy-command): New record type. > (openssh-host)[proxy-command]: Mark field as deprecated because OpenSSH > can't have ProxyCommand and ProxyJump configured at the same time. > * doc/guix.texi (Secure Shell): Update to match the changes to the > service. Nice improvement. > * doc/guix.texi (Secure Shell): Update openssh-host documentation to > match the code. Applied, thanks! Ludo=E2=80=99.