guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: doc: Fix connect to the VM over SSH example.


From: guix-commits
Subject: branch master updated: doc: Fix connect to the VM over SSH example.
Date: Sun, 11 Apr 2021 01:49:20 -0400

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7dfbfb2  doc: Fix connect to the VM over SSH example.
7dfbfb2 is described below

commit 7dfbfb281fa4f7ac66c5debbbe3abfc5ca7015fd
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Apr 11 08:46:33 2021 +0300

    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(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 218ff35..bb86195 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]