mirror of
https://github.com/zrepl/zrepl.git
synced 2025-08-03 04:59:28 +02:00
transport/ssh: update go-netssh to new version => supports CloseWrite and Deadlines => build: require Go 1.11 (netssh requires it)
14 lines
299 B
Django/Jinja
14 lines
299 B
Django/Jinja
connect:
|
|
type: ssh+stdinserver
|
|
host: {{wireevaluator_serve_ip}}
|
|
user: root
|
|
port: 22
|
|
identity_file: /opt/wireevaluator.ssh_client_identity
|
|
options: # optional, default [], `-o` arguments passed to ssh
|
|
- "Compression=yes"
|
|
serve:
|
|
type: stdinserver
|
|
client_identities:
|
|
- "client1"
|
|
|