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


Usage

<configuration>
    <system>
        <login>
            <user>
                <authentication>
                    <plain-text-password-value>plain-text-password-value
                                    </plain-text-password-value>
                    <encrypted-password>encrypted-password</encrypted-password>
                    <ssh-rsa>...</ssh-rsa>
                    <ssh-dsa>...</ssh-dsa>
                </authentication>
            </user>
        </login>
    </system>
</configuration>

Description

Authentication method.

Contents

<encrypted-password>—Encrypted password string.

<plain-text-password-value>—Plain text password.

<ssh-dsa>—Secure shell (ssh) DSA public key string.

<ssh-rsa>—Secure shell (ssh) RSA public key string.


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