From 7dfbfb281fa4f7ac66c5debbbe3abfc5ca7015fd Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Sun, 11 Apr 2021 08:46:33 +0300 Subject: doc: Fix connect to the VM over SSH example. * doc/guix.texi (Running Guix in a VM): Add host which connect to in SSH connection example. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3