Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 470 Bytes

control-telnet.adoc

File metadata and controls

18 lines (14 loc) · 470 Bytes

Telnet control

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)
  1. Optional username to use

  2. Optional prompt to use