[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: hydra: build-machines: Childhurd QEMU listens on 127.0.0.1.
From: |
Ludovic Courtès |
Subject: |
03/03: hydra: build-machines: Childhurd QEMU listens on 127.0.0.1. |
Date: |
Mon, 2 Oct 2023 11:25:39 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit 136f02ef7e3761ad5dddda0da1ad0607f807cf3c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 2 17:24:22 2023 +0200
hydra: build-machines: Childhurd QEMU listens on 127.0.0.1.
There’s no need to accept connections coming from other machines.
* hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os)
[childhurd-net-options]: Listen on 127.0.0.1, not 0.0.0.0.
---
hydra/modules/sysadmin/build-machines.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hydra/modules/sysadmin/build-machines.scm
b/hydra/modules/sysadmin/build-machines.scm
index 79bf799..a37726b 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -153,13 +153,13 @@ are 10022 and 15900. Keep secret-service port local."
(@@ (gnu services virtualization)
%hurd-vm-secrets-port)))
"-:1004"
- ",hostfwd=tcp:0.0.0.0:"
+ ",hostfwd=tcp:127.0.0.1:"
(number->string (hurd-vm-port
config
(@@ (gnu services virtualization)
%hurd-vm-ssh-port)))
"-:22"
- ",hostfwd=tcp:0.0.0.0:"
+ ",hostfwd=tcp:127.0.0.1:"
(number->string (hurd-vm-port
config
(@@ (gnu services virtualization)