diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-11-25 15:18:20 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-11-25 16:29:25 +0100 |
commit | 5149bf99ba0238b647733399b1a9cbf7da486634 (patch) | |
tree | eadc1a5a8f1c18e30d1167390fd20f40a20584bb /doc | |
parent | 9b48cf8cdd5718bc35828b3c4c9abe84122dad96 (diff) | |
download | guix-5149bf99ba0238b647733399b1a9cbf7da486634.tar.gz |
doc: Fix childhurd host SSH port number.
Fixes <https://issues.guix.gnu.org/66739>. * doc/guix.texi (Virtualization Services): Fix childhurd host SSH port number. Reported-by: Nathan Dehnel <ncdehnel@gmail.com> Change-Id: I032b3447c7061ada8ba6d6f15c5454eab0e277d9
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 767133cd0f..008c09150f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -35823,7 +35823,7 @@ guix shell tigervnc-client -- vncviewer localhost:5900 The default configuration (see @code{hurd-vm-configuration} below) spawns a secure shell (SSH) server in your GNU/Hurd system, which QEMU -(the virtual machine emulator) redirects to port 10222 on the host. +(the virtual machine emulator) redirects to port 10022 on the host. By default, the service enables @dfn{offloading} such that the host @code{guix-daemon} automatically offloads GNU/Hurd builds to the childhurd (@pxref{Daemon Offload Setup}). This is what happens when |