guix-commits
[Top][All Lists]
Advanced

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

05/05: doc: Clarify 'user' field and key pairs in Daemon Offload.


From: guix-commits
Subject: 05/05: doc: Clarify 'user' field and key pairs in Daemon Offload.
Date: Mon, 21 Aug 2023 10:17:43 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 39091edb49ad0a3ca60178b81b6dcdd68f201df4
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Fri Aug 18 22:57:03 2023 +0100

    doc: Clarify 'user' field and key pairs in Daemon Offload.
    
    * doc/guix.texi (Daemon Offload Setup:): Clarify 'user' field of 
build-machine
    data type and the key pair used by guix archive.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 doc/guix.texi | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 0691a97cd7..feb1d0375e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -1407,7 +1407,7 @@ The system types the remote machine supports---e.g., 
@code{(list
 "x86_64-linux" "i686-linux")}.
 
 @item user
-The user account to use when connecting to the remote machine over SSH.
+The user account on the remote machine to use when connecting over SSH.
 Note that the SSH key pair must @emph{not} be passphrase-protected, to
 allow non-interactive logins.
 
@@ -1501,6 +1501,11 @@ archives of files from the store (@pxref{Invoking guix 
archive}):
 # guix archive --generate-key
 @end example
 
+@quotation Note
+This key pair is not related to the SSH key pair that was previously
+mentioned in the description of the @code{build-machine} data type.
+@end quotation
+
 @noindent
 Each build machine must authorize the key of the master machine so that
 it accepts store items it receives from the master:



reply via email to

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