docs: document changes to ssh+stdinserver transport implementation: ccd062e

This commit is contained in:
Christian Schwarz
2018-02-17 15:15:31 +01:00
parent 759dae4552
commit 94967b596c
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Currently, only the ``ssh+stdinserver`` transport is supported.
-----------------------------
The way the ``ssh+stdinserver`` transport works is inspired by `git shell <https://git-scm.com/docs/git-shell>`_ and `Borg Backup <https://borgbackup.readthedocs.io/en/stable/deployment.html>`_.
It is implemented in the Go package ``github.com/zrepl/zrepl/sshbytestream``.
It is provided by the Go package ``github.com/problame/go-netssh``.
The config excerpts are taken from the :ref:`tutorial` which you should complete before reading further.
.. _transport-ssh+stdinserver-serve: