Tag Elements Beginning with A
> <authentication> (configuration/system/login/user)
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.