diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2014-11-24 21:15:40 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-24 21:52:39 +0100 |
| commit | 20dd519cdbb93799f6e4edc2fb39d6f6aa5b81c0 (patch) | |
| tree | 69773cb5b918d59cfc962484c05c738f0012016b /gnu | |
| parent | 1619111731a65741a3b5fbb8ab9f869b09b1106a (diff) | |
doc: Add xrefs to the lsh manual.
Suggested by Adam Pribyl <pribyl@lowlevel.cz>.
* gnu/services/ssh.scm (lsh-service): Update docstring with xrefs to
the lsh manual. Fix typos.
* doc/guix.texi (Networking Services): Synchronize.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/services/ssh.scm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/services/ssh.scm b/gnu/services/ssh.scm index 5fc98e988c9..2b52c777b7a 100644 --- a/gnu/services/ssh.scm +++ b/gnu/services/ssh.scm | |||
| @@ -91,12 +91,17 @@ When @var{initialize?} is true, automatically create the seed and host key | |||
| 91 | upon service activation if they do not exist yet. This may take long and | 91 | upon service activation if they do not exist yet. This may take long and |
| 92 | require interaction. | 92 | require interaction. |
| 93 | 93 | ||
| 94 | When @var{initialize?} is false, it is up to the user to initialize the | ||
| 95 | randomness generator (@pxref{lsh-make-seed,,, lsh, LSH Manual}), and to create | ||
| 96 | a key pair with the private key stored in file @var{host-key} (@pxref{lshd | ||
| 97 | basics,,, lsh, LSH Manual}). | ||
| 98 | |||
| 94 | When @var{interfaces} is empty, lshd listens for connections on all the | 99 | When @var{interfaces} is empty, lshd listens for connections on all the |
| 95 | network interfaces; otherwise, @var{interfaces} must be a list of host names | 100 | network interfaces; otherwise, @var{interfaces} must be a list of host names |
| 96 | or addresses. | 101 | or addresses. |
| 97 | 102 | ||
| 98 | @var{allow-empty-passwords?} specifies whether to accepts log-ins with empty | 103 | @var{allow-empty-passwords?} specifies whether to accept log-ins with empty |
| 99 | passwords, and @var{root-login?} specifies whether to accepts log-ins as | 104 | passwords, and @var{root-login?} specifies whether to accept log-ins as |
| 100 | root. | 105 | root. |
| 101 | 106 | ||
| 102 | The other options should be self-descriptive." | 107 | The other options should be self-descriptive." |
