aboutsummaryrefslogtreecommitdiffstats
path: root/english/ports
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-04-24 01:00:24 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-04-24 01:00:24 +0200
commit4fefb525a1764184585863e5956e1fc6640a0b97 (patch)
treed3df7f25b24826e42efae1e6e0921f27ca021750 /english/ports
parentd8286c3d7572b615cb478ee2db014683f8b253cd (diff)
hurd: Document how to access a qemu VM through ssh
Diffstat (limited to 'english/ports')
-rw-r--r--english/ports/hurd/hurd-install.wml14
1 files changed, 13 insertions, 1 deletions
diff --git a/english/ports/hurd/hurd-install.wml b/english/ports/hurd/hurd-install.wml
index 312301a18b1..1e9b98bc0a1 100644
--- a/english/ports/hurd/hurd-install.wml
+++ b/english/ports/hurd/hurd-install.wml
@@ -364,7 +364,19 @@ $ kvm -m 1G -drive file=$(echo debian-hurd*.img),cache=writeback
</pre></td></tr></table>
<p>
-or convert it to the VDI format for virtualbox:
+To enable accessing the box through ssh, you can append
+</p>
+
+<table><tr><td>&nbsp;</td><td class=example><pre>
+-net nic -net user,hostfwd=tcp:127.0.0.1:2222-:22
+</pre></td></tr></table>
+
+<p>
+and ssh to your local TCP port 2222.
+</p>
+
+<p>
+You can also convert the image to the VDI format for virtualbox:
</p>
<table><tr><td>&nbsp;</td><td class=example><pre>

© 2014-2024 Faster IT GmbH | imprint | privacy policy