Cannot exit ssh command using Run Linux Commands plugin step. Getting error as “Max response timeout. Complete response not received within provided time”.
1 Like
Hello Kalyani,
The below solution approach to address this issue:
- After starting the session, execute the “term shell” command in the “Linux: Run Linux Commands” step.
- This step will result in an error.
- Using Exception handling hop, add a new “Linux: Run Linux Commands” step and execute the desired command.
Note: - It will supports a maximum length of 512 output lines. If the command output exceeds 512 lines, an error will occur.
- The client must utilize the exception handling mechanism demonstrated in the attached workflow to execute the commands.
Best,
Sayali K
1 Like