From d2bc40f78d0078e0e7358bc658180c131749a957 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Fri, 25 Oct 2019 16:46:30 +0200 Subject: [PATCH] docs: transports: ssh: better copy-pastable connect section --- docs/configuration/transports.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration/transports.rst b/docs/configuration/transports.rst index e471006..447a3b9 100644 --- a/docs/configuration/transports.rst +++ b/docs/configuration/transports.rst @@ -287,9 +287,9 @@ Connect user: root port: 22 identity_file: /etc/zrepl/ssh/identity - options: # optional, default [], `-o` arguments passed to ssh - - "Compression=on" - dial_timeout: # optional, default 10s, max time.Duration until initial handshake is completed + # options: # optional, default [], `-o` arguments passed to ssh + # - "Compression=on" + # dial_timeout: 10s # optional, default 10s, max time.Duration until initial handshake is completed The connecting zrepl daemon