doc: Fix typo for 'lsh-service'.

* doc/guix.texi (Networking Services): Fix typo in 'lsh-service'
  parameters.
This commit is contained in:
Ludovic Courtès 2015-01-28 14:04:57 +01:00
parent 8fbf530260
commit 2c63619588
1 changed files with 1 additions and 1 deletions

View File

@ -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.