~ruther/guix-local

81d46ef989fc2290d60a5c5f5451e81e7e546eda — Ludovic Courtès 2 years ago e90a972
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.
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/services/virtualization.scm
M gnu/services/virtualization.scm => gnu/services/virtualization.scm +1 -2
@@ 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")))