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


Usage

<configuration>
    <system>
        <root-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>
        </root-authentication>
    </system>
</configuration>

Description

Authentication information for the root login.

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]