Configure Timeout for ssh command

Hi Nomuun and welcome to the Community!

Currently, the SSH connector doesn't have a timeout setting. As a workaround, if you use EasyMorph Server, you can configure a timeout for the entire task in the task settings.

Alternatively, you can use the "Repeat" action to retry a module until it doesn't return an error. See below a sample workflow that shows how to re-try a module until it completes successfully.

repeat-retry.morph (5.8 KB)

The "Repeat" action is an advanced action and requires a bit of learning. See the help article on the action: transformations:repeat [EasyMorph Help]