mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 00:13:52 +01:00
docs: transports: ssh: better copy-pastable connect section
This commit is contained in:
parent
9e54f11960
commit
d2bc40f78d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user