diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-01-28 14:04:57 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-01-28 14:04:57 +0100 |
commit | 2c6361958864df8b17dd2ecfbac42c9b0e74557e (patch) | |
tree | 805765e8c287580b16dc621a7b3126572a1910cd /doc | |
parent | 8fbf530260ec4b269e224de272727a3b4987296b (diff) | |
download | guix-2c6361958864df8b17dd2ecfbac42c9b0e74557e.tar guix-2c6361958864df8b17dd2ecfbac42c9b0e74557e.tar.gz |
doc: Fix typo for 'lsh-service'.
* doc/guix.texi (Networking Services): Fix typo in 'lsh-service'
parameters.
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 9d850c62f3..b3c7365e6a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4483,7 +4483,7 @@ Furthermore, @code{(gnu services ssh)} provides the following service. [#:allow-empty-passwords? #f] [#:root-login? #f] @ [#:syslog-output? #t] [#:x11-forwarding? #t] @ [#:tcp/ip-forwarding? #t] [#:password-authentication? #t] @ - [public-key-authentication? #t] [#:initialize? #f] + [#:public-key-authentication? #t] [#:initialize? #f] Run the @command{lshd} program from @var{lsh} to listen on port @var{port-number}. @var{host-key} must designate a file containing the host key, and readable only by root. |