Connects to the target machine via Telnet.
This control requires the telnet://
scheme, followed by a hostname and an optional port number.
There is no mandatory key.
Optional username, password, and prompt keys can be used.
Here’s a portion of a target section using the Telnet control:
control = "telnet://localhost"
username = admin ; (1)
prompt = "#" ; (2)
-
Optional username to use
-
Optional prompt to use