docs: adjust jobs documentation to rst + use extlinks extension

This commit is contained in:
Christian Schwarz
2017-11-10 12:48:41 +01:00
parent e0f40de69f
commit 6f7b8ca1af
7 changed files with 140 additions and 74 deletions
+4
View File
@@ -17,6 +17,8 @@ The way the `ssh+stdinserver` transport works is inspired by [git shell](https:/
It is implemented in the Go package `github.com/zrepl/zrepl/sshbytestream`.
The config excerpts are taken from the [tutorial]({{< relref "tutorial/_index.md" >}}) which you should complete before reading further.
.. _transport-ssh+stdinserver-serve:
`serve`
~~~~~~~
@@ -64,6 +66,8 @@ To recap, this is of how client authentication works with the `ssh+stdinserver`
* The admin of the host with the serving zrepl daemon controls the `authorized_keys` file.
* Thus, the administrator controls the mapping `PUBKEY -> CLIENT_IDENTITY`.
.. _transport-ssh+stdinserver-connect:
`connect`
~~~~~~~~~