My terminal appears to hang or returns unexpected results when using the Cycle step to open a terminal connection.
There are several common issues that can cause failures when opening a terminal in your Cycle feature:
Cycle steps expect the terminal server connection information in the format of "HOST:PORT" in the Cycle step.
For example, "127.0.0.1:23" or "myserver.mynetwork.com:23" would be the expected format including the HOST and PORT connection information.
If your HOST or PORT are incorrect, or if you have omitted the PORT from your connection information, then Cycle will not be able to successfully establish a terminal connection.
The screen capture below is an example of what will occur if you attempt to connect using only the HOST and not including the correct PORT information:
Double check that you are using the correct connection information if a terminal window appears, but the data does not match what you are expecting.
Cycle includes steps for opening terminals using either Telnet or SSH (Secure Shell) protocols.
Telnet sends plain text communication over the network and poses security risks. Many organizations have made the switch to using SSH because data is encrypted during transfer.
Telnet and SSH use different steps for opening terminals, and Cycle will not be able to successfully open the terminal connection if you use a step that does not use the correct protocol for the server you are connecting to.
Telnet terminal steps follow the convention below:
I open terminal connected to ...
SSH terminal steps follow the convention below.
I open terminal with SSH encryption connected to ...
In the example below, the Cycle step to open an SSH terminal connection was used to attempt to connect to a Telnet server. Cycle was unable to establish the connection and the step eventually timed out.
In the example below, the Cycle step to open a Telnet terminal connection was used to attempt to connect to an SSH server. The SSH server responded with SSH server information rather than the expected Telnet server prompt.