diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-04-11 01:14:10 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-04-11 01:14:10 -0700 |
commit | 263abc66793cb17023f57f02cba2bcab1d6684fb (patch) | |
tree | a13336070be19a40fa9602543e7a88cfe7b18215 /doc | |
parent | 46050437e85a02f92f3ac11c28c28ae6bc6e34da (diff) | |
parent | 98067662f645cab1c22a51d6b9ed6b3140ecaf9e (diff) | |
download | guix-263abc66793cb17023f57f02cba2bcab1d6684fb.tar.gz |
Merge remote-tracking branch 'origin/master' into wip-pinebook-pro wip-pinebook-pro
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 218ff35ce9..bb86195a25 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -33529,7 +33529,7 @@ $(guix system vm config.scm) -nic user,model=virtio-net-pci,hostfwd=tcp::10022-: To connect to the VM you can run @example -ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 10022 +ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 10022 localhost @end example The @command{-p} tells @command{ssh} the port you want to connect to. |