<challenge>
Usage
<rpc-reply><challenge echo="no">Password:</challenge></rpc-reply>Description
Request the password associated with a JUNOS account during authentication with a client application that uses the clear-text or SSL access protocol. The JUNOScript server emits this tag element when the initial
<request-login>tag element emitted by the client application does not enclose a<challenge-response>tag element, and when the password enclosed in a<challenge-response>tag element is incorrect (in the latter case, the server also emits an<authentication-response>tag element enclosing child tag elements that indicate the password is incorrect).The tag element encloses the string
Password:which the client application can forward to the screen as a prompt for a user.Attributes
echo—Specifies whether the password string typed by the user echoes on the screen. The valuenospecifies that it does not.See Also