Skip to content

Commit 0c55dbf

Browse files
authored
docs(plugins): fix default SSH command timeout (#440)
Signed-off-by: William Poussier <william.poussier@gmail.com>
1 parent 25b0cea commit 0c55dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/plugins/builtin/ssh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The step will be considered successful if the script returns exit code 0, otherw
1818
| `ssh_key` | private ssh key, preferably retrieved from {{.config}} |
1919
| `ssh_key_passphrase` | passphrase for the key, if any |
2020
| `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`. |
2222

2323
## Example
2424

0 commit comments

Comments
 (0)