diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-25 16:19:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-27 12:46:27 +0200 |
commit | a15e4b160a94fceb1baa0027ef79cd816194b4f3 (patch) | |
tree | dcdf0fb969f8a2516dd6688de5fe92c54ab53fbf /doc | |
parent | 13a29ba79f6662d328ce80d4e727f99e94276075 (diff) | |
download | guix-a15e4b160a94fceb1baa0027ef79cd816194b4f3.tar guix-a15e4b160a94fceb1baa0027ef79cd816194b4f3.tar.gz |
doc: Private key passphrases are not supported.
* doc/guix.texi (Daemon Offload Setup): Note this.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 7a31067db7..e68a3469d4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -988,7 +988,7 @@ Port number of SSH server on the machine. @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. +OpenSSH format. This key must not be protected with a passphrase. Note that the default value is the private key @emph{of the root account}. Make sure it exists if you use the default. |