doc: Fix typo for 'lsh-service'.
* doc/guix.texi (Networking Services): Fix typo in 'lsh-service' parameters.
This commit is contained in:
parent
8fbf530260
commit
2c63619588
|
@ -4483,7 +4483,7 @@ Furthermore, @code{(gnu services ssh)} provides the following service.
|
||||||
[#:allow-empty-passwords? #f] [#:root-login? #f] @
|
[#:allow-empty-passwords? #f] [#:root-login? #f] @
|
||||||
[#:syslog-output? #t] [#:x11-forwarding? #t] @
|
[#:syslog-output? #t] [#:x11-forwarding? #t] @
|
||||||
[#:tcp/ip-forwarding? #t] [#:password-authentication? #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}.
|
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
|
@var{host-key} must designate a file containing the host key, and readable
|
||||||
only by root.
|
only by root.
|
||||||
|
|
Loading…
Reference in New Issue