[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: services: hurd-vm: Use the default SSH port number.
From: |
guix-commits |
Subject: |
03/13: services: hurd-vm: Use the default SSH port number. |
Date: |
Sun, 1 Oct 2023 17:02:31 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 81d46ef989fc2290d60a5c5f5451e81e7e546eda
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Sep 21 17:54:04 2023 +0200
services: hurd-vm: Use the default SSH port number.
* 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 @@ that will be listening to receive secret keys on port
1004, TCP."
(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 @@ is added to the OS specified in 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")))
- 09/13: tests: hurd-vm: Remove custom disk image configuration., (continued)
- 09/13: tests: hurd-vm: Remove custom disk image configuration., guix-commits, 2023/10/01
- 05/13: services: guix: Use the right locale package on GNU/Hurd., guix-commits, 2023/10/01
- 01/13: system: vm: Remove unused variable., guix-commits, 2023/10/01
- 07/13: services: childhurd: Authorize the childhurd’s key on the host., guix-commits, 2023/10/01
- 10/13: services: hurd-vm: Disable password-based authentication for root., guix-commits, 2023/10/01
- 11/13: doc: Give an example showing how to add an account in the childhurd., guix-commits, 2023/10/01
- 02/13: secret-service: Increase default handshake timeout., guix-commits, 2023/10/01
- 08/13: services: hurd-vm: ‘image’ field has to be an <image> record., guix-commits, 2023/10/01
- 04/13: gnu: glibc-utf8-locales: Reintroduce input labels., guix-commits, 2023/10/01
- 06/13: services: guix: Support declarative offloading setup., guix-commits, 2023/10/01
- 03/13: services: hurd-vm: Use the default SSH port number.,
guix-commits <=
- 12/13: services: hurd-vm: Implement zero-configuration offloading., guix-commits, 2023/10/01
- 13/13: news: Add entry for declarative offloading., guix-commits, 2023/10/01