From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 0BryJ6CODWVJrwAAG6o9tA:P1 (envelope-from ) for ; Fri, 22 Sep 2023 14:54:56 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 0BryJ6CODWVJrwAAG6o9tA (envelope-from ) for ; Fri, 22 Sep 2023 14:54:56 +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 4D0913CE89 for ; Fri, 22 Sep 2023 14:54:56 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=rivVGOro; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1695387296; 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-cc: 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=LfFClDoczWd/Q+4rQHflhRVyiL0ipmoliSVo47uOphM=; b=cWyZeZjogfFF8msDlkjfRTinpRxBQeRAJXKfaRR/NVonw2RMn5JfWgilE9Mv5ei65LvVAW TR+xJE/o7lkHjgb40KJflNqLPgbnFnfO4h+WwdsfG3HAtrCUIV/SjWRe7arruJ0/1MXSNS FBtwuZ8mJn2Gu06xPNZMRDmMBN1q/qNoa75wWPp4/uxgHwx0WeInijs/4+vtDTBlGOR7YN ekwvoEzK6kvawgu2wBFly29cZ1nAqsrF816nZaaPo156pIGJKfxe7jPn354MjcFdbFP9UY ixUX8ZvBaYJJutDsggIn6VGDquuoY8dawxQyFAeMorROBTHfWc5hfXjhPyTyjQ== 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=rivVGOro; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1695387296; a=rsa-sha256; cv=none; b=WvBZuZRn/s6YLKEpCU2fxmblCYK5LiZRfhVZTntQ4EsIdNDK82mTzFDynAfbOjKR0BYV9a OQtn7YtwyNn+L/xW0FKfX3AP3NKnOF7ZGlohBWFLXev7r/1fplLMQ9I3lg50d518pjzbVW FRmN0z5nDpUsb/AV/UMP/RzIAPK1eSOud2MLGNio8nVJOQmuAgg1Gh5/PvDeI2/ge+bb1t O5xbGhXpzSaAq8e5x939acdKMmD7rjJZn9N/WOlcXMxX1xrQu4LG5IyY+v7XNxlwdkeruD 9t1NIJedMwYEyNiOn/J/QbNtuRtWWHMgn6ONeFJBzTN649H4Xek7OODwN/cwLA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qjfgL-00012e-PF; Fri, 22 Sep 2023 08:54:53 -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 1qjfgK-00012H-Tm for guix-patches@gnu.org; Fri, 22 Sep 2023 08:54:52 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qjfgK-0007pj-Li for guix-patches@gnu.org; Fri, 22 Sep 2023 08:54:52 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qjfgV-0005gZ-6p for guix-patches@gnu.org; Fri, 22 Sep 2023 08:55:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66156] [PATCH 03/12] services: hurd-vm: Use the default SSH port number. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 22 Sep 2023 12:55:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66156 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66156@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 66156-submit@debbugs.gnu.org id=B66156.169538729521781 (code B ref 66156); Fri, 22 Sep 2023 12:55:03 +0000 Received: (at 66156) by debbugs.gnu.org; 22 Sep 2023 12:54:55 +0000 Received: from localhost ([127.0.0.1]:35568 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjfgM-0005f2-PT for submit@debbugs.gnu.org; Fri, 22 Sep 2023 08:54:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41056) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjfgH-0005e1-Jr for 66156@debbugs.gnu.org; Fri, 22 Sep 2023 08:54:49 -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 1qjfg1-0007ke-No; Fri, 22 Sep 2023 08:54:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=LfFClDoczWd/Q+4rQHflhRVyiL0ipmoliSVo47uOphM=; b=rivVGOroYRe7BkfAaMEC OvSYG25xS0s01+PfhTEVTfDtf2bJjjMMBEl01iG4SGCUzfzYuohkcMoD/nX8FN/mOorZyE2l4kity 8B3hq7suQqlB6azGoJQPIfL88rWezOijh1vjZ86G/m3T0+boJQqLJhgtCFveW/qFdeLwgwpUA7TTf KGnNTc9uMhdCsKJy8jM33qw13WIOjoiuLmyv99pxazRz+wGRYNP+1Bqqh1kLaCmg2MuhmvFVAV/B5 gzFqDgZ4TrtxkAwXwfvM/stftp4zvdnOcsa9vT0OouOpmvSiUY3Tjv9nbC484c74Xjo8to/tCs7Vr 4SvWiKf9jR7Ydg==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Fri, 22 Sep 2023 14:54:04 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: US X-Migadu-Spam-Score: -5.90 X-Migadu-Scanner: mx2.migadu.com X-Migadu-Queue-Id: 4D0913CE89 X-Spam-Score: -5.90 X-TUID: WVNi1x9JiFh/ * gnu/services/virtualization.scm (%hurd-vm-operating-system): Remove ‘port-number’ from ‘openssh-configuration’. (hurd-vm-net-options): Change 2222 to 22 in port forwarding. --- gnu/services/virtualization.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/services/virtualization.scm b/gnu/services/virtualization.scm index e1a206e0eb..fd153dd051 100644 --- a/gnu/services/virtualization.scm +++ b/gnu/services/virtualization.scm @@ -1078,7 +1078,6 @@ (define %hurd-vm-operating-system (openssh-configuration (openssh openssh-sans-x) (use-pam? #f) - (port-number 2222) (permit-root-login #t) (allow-empty-passwords? #t) (password-authentication? #t))) @@ -1146,7 +1145,7 @@ (define (hurd-vm-net-options config) "-:1004" ",hostfwd=tcp:127.0.0.1:" (number->string (hurd-vm-port config %hurd-vm-ssh-port)) - "-:2222" + "-:22" ",hostfwd=tcp:127.0.0.1:" (number->string (hurd-vm-port config %hurd-vm-vnc-port)) "-:5900"))) -- 2.41.0