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


Usage

<configuration>
    <system>
        <services>
            <outbound-ssh>
                <client>
                    <servers>
                        <name>name</name> <!-- identifier -->
                        <port>port</port>
                        <retry>retry</retry>
                        <timeout>timeout</timeout>
                    </servers>
                </client>
            </outbound-ssh>
        </services>
    </system>
</configuration>

Description

Client application servers.

Contents

<name>—Client address to connect to.

<port>—Client port to connect to.

<retry>—Maximum number of connection attempts.

<timeout>—Timeout value for conection attempts.


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