[Contents] [Prev] [Next] [Index] [Report an Error]


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.

<secret>—Shared secret between client and this device.

<servers>—Client application servers.

<services>—The subsystem(s) that can be invoked.


[Contents] [Prev] [Next] [Index] [Report an Error]