guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: hydra: build-machines: Change childhurd guest SSH port to 22.


From: Ludovic Courtès
Subject: 02/03: hydra: build-machines: Change childhurd guest SSH port to 22.
Date: Mon, 2 Oct 2023 11:25:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit afd9aa81bc79d13968acc55d571837941168b205
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 2 17:22:41 2023 +0200

    hydra: build-machines: Change childhurd guest SSH port to 22.
    
    This is a followup to Guix commit 81d46ef989fc2290d60a5c5f5451e81e7e546eda.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os):
    [childhurd-net-options]: Change post to 22.
---
 hydra/modules/sysadmin/build-machines.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index a7ba313..79bf799 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -158,7 +158,7 @@ are 10022 and 15900.  Keep secret-service port local."
                                     config
                                     (@@ (gnu services virtualization)
                                         %hurd-vm-ssh-port)))
-                   "-:2222"
+                   "-:22"
                    ",hostfwd=tcp:0.0.0.0:"
                    (number->string (hurd-vm-port
                                     config



reply via email to

[Prev in Thread] Current Thread [Next in Thread]