docs: transports: ssh: better copy-pastable connect section

This commit is contained in:
Christian Schwarz 2019-10-25 16:46:30 +02:00
parent 9e54f11960
commit d2bc40f78d

View File

@ -287,9 +287,9 @@ Connect
user: root user: root
port: 22 port: 22
identity_file: /etc/zrepl/ssh/identity identity_file: /etc/zrepl/ssh/identity
options: # optional, default [], `-o` arguments passed to ssh # options: # optional, default [], `-o` arguments passed to ssh
- "Compression=on" # - "Compression=on"
dial_timeout: # optional, default 10s, max time.Duration until initial handshake is completed # dial_timeout: 10s # optional, default 10s, max time.Duration until initial handshake is completed
The connecting zrepl daemon The connecting zrepl daemon