Authenticate Property
Whether to authenticate when connecting.
Data Type
BooleanDefault Value
trueRemarks
This property determines whether to authenticate when connecting. If set to True, the adapter will authenticate using the User and Password values to authenticate. The LoginPrompt and PasswordPrompt should be set to the appropriate values for the server.
The basic sequence of events when set to True is as follows:
- Connect
- Wait for LoginPrompt
- Respond with User
- Wait for PasswordPrompt
- Respond with Password
- Wait for ShellPrompt
- Proceed with command execution
The basic sequence of events when set to False is as follows:
- Connect
- Wait for ShellPrompt
- Proceed with command execution
The default value is True.