summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2017-07-07 23:25:40 +0300
committerLudovic Courtès <ludo@gnu.org>2017-07-08 18:29:35 +0200
commitdde1e152ce42a06fe2998f3da8acb1addfd296fc (patch)
treea85b6a10dde616d5e3eb15b2792f683d53fb8ce9 /doc
parent4732e6ee84fea4e58b8a62cad054b10966f4f6e6 (diff)
downloadguix-patches-dde1e152ce42a06fe2998f3da8acb1addfd296fc.tar
guix-patches-dde1e152ce42a06fe2998f3da8acb1addfd296fc.tar.gz
doc: Add note about private-key during offload.
* doc/guix.texi (Using the Offload Facility): Add note about private-key. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index eab1704d4d..cd694bbdad 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -943,10 +943,13 @@ A number of optional fields may be specified:
@item @code{port} (default: @code{22})
Port number of SSH server on the machine.
-@item @code{private-key} (default: @file{~/.ssh/id_rsa})
+@item @code{private-key} (default: @file{~root/.ssh/id_rsa})
The SSH private key file to use when connecting to the machine, in
OpenSSH format.
+Note that the default value is the private key @emph{of the root
+account}. Make sure it exists if you use the default.
+
@item @code{compression} (default: @code{"zlib@@openssh.com,zlib"})
@itemx @code{compression-level} (default: @code{3})
The SSH-level compression methods and compression level requested.