You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/plugins/builtin/ssh/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The step will be considered successful if the script returns exit code 0, otherw
18
18
|`ssh_key`| private ssh key, preferably retrieved from {{.config}} |
19
19
|`ssh_key_passphrase`| passphrase for the key, if any |
20
20
|`exit_codes_unrecoverable`| a list of non-zero exit codes (1, 2, 3, ...) or ranges (1-10, ...) which should be considered unrecoverable and halt execution ; these will be returned to the main engine as a `CLIENT_ERROR`|
21
-
|`timeout`| defines the maximum duration of the SSH session (connection time not included). Default to `3600s` (5 minutes).|
21
+
|`timeout`| defines the maximum duration of the SSH session (connection time not included). Default to `5m`. |
0 commit comments