Usage
<configuration><system><services><outbound-ssh><client><name>name</name> <!-- identifier --><device-id>device-id</device-id> <!-- mandatory --><secret>secret</secret><keep-alive>...</keep-alive><reconnect-strategy>reconnect-strategy-choice</reconnect-strategy><services>services-choice</services><servers>...</servers></client></outbound-ssh></services></system>
</configuration>Description
Define a device initiated SSH connection.
Contents
<device-id>—Unique ID used by client to identify this device.
<keep-alive>—No documentation is available yet.
<name>—Client application identifier.
<reconnect-strategy>—Strategy used to reconnect to a server.
in-order—Attempt to reconnect to the first server configured.sticky—Attempt to reconnect to the server last connected to.
<secret>—Shared secret between client and this device.