Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ConnectTimeout option #276

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

mhiramat
Copy link
Collaborator

The appropriate timeout depends on the running environment. So it should be configured by ssh_overrides configuration key.

If you want to set the timeout as 10 seconds, you can configure it via cro3 config as below;

cro3 config set ssh_overrides -- "*" "/bin/true" "-o" "ConnectTimeout=10"

The appropriate timeout depends on the running environment. So it should be configured by `ssh_overrides` configuration key.

If you want to set the timeout as 10 seconds, you can configure it via `cro3 config` as below;

```
cro3 config set ssh_overrides -- "*" "/bin/true" "-o" "ConnectTimeout=10"
```
@mhiramat mhiramat linked an issue Dec 12, 2024 that may be closed by this pull request
Copy link
Collaborator

@HidenoriKobayashi HidenoriKobayashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@mhiramat mhiramat merged commit afe1b8d into main Dec 12, 2024
3 checks passed
@mhiramat mhiramat deleted the 275-configurable-connecttimeout branch December 12, 2024 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configurable ConnectTimeout
2 participants