[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: doc: Fix typo for 'lsh-service'.
From: |
Ludovic Courtès |
Subject: |
02/04: doc: Fix typo for 'lsh-service'. |
Date: |
Wed, 28 Jan 2015 13:40:03 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 2c6361958864df8b17dd2ecfbac42c9b0e74557e
Author: Ludovic Courtès <address@hidden>
Date: Wed Jan 28 14:04:57 2015 +0100
doc: Fix typo for 'lsh-service'.
* doc/guix.texi (Networking Services): Fix typo in 'lsh-service'
parameters.
---
doc/guix.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 9d850c6..b3c7365 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.