commit | 244a6423be65e61862a8b3ece8c88f1db9c9ed48 | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Thu Aug 10 09:43:53 2017 +0200 |
committer | Petr Michalec <epcim@apealive.net> | Fri Aug 11 09:01:48 2017 +0200 |
tree | 38c774d1128368c07358d1d0c2392ad785293a1a | |
parent | f558b3ac7e37cec0803395e1ea12b63023d32090 [diff] |
Configure Client/ServerAlive* options Change-Id: I46802467b4fb790bf7ed6536575e47253e02bf04
diff --git a/tests/pillar/openssh_client.sls b/tests/pillar/openssh_client.sls index da4099b..7915aae 100644 --- a/tests/pillar/openssh_client.sls +++ b/tests/pillar/openssh_client.sls
@@ -16,4 +16,7 @@ - name: repo.domain.com type: rsa fingerprint: dd:fa:e8:68:b1:ea:ea:a0:63:f1:5a:55:48:e1:7e:37 + alive: + interval: 600 + count: 3
diff --git a/tests/pillar/openssh_server.sls b/tests/pillar/openssh_server.sls index d5e18ac..140f6fc 100644 --- a/tests/pillar/openssh_server.sls +++ b/tests/pillar/openssh_server.sls
@@ -17,3 +17,7 @@ bind: address: 0.0.0.0 port: 8000 + alive: + keep: no + interval: 600 + # count: 3