| Summary: | ssh reports the error when use ssh -o "ConnectTimeout=2147483649" | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | kircher <kircherlike> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | major | CC: | dtucker |
| Priority: | P5 | ||
| Version: | 8.2p1 | ||
| Hardware: | ARM64 | ||
| OS: | Linux | ||
|
Description
kircher
2021-04-16 13:50:42 AEST
You are reporting a bug against a locally modified 8.2p1? If so, you probably also want https://github.com/openbsd/src/commit/ca5450d695d8f9e6bd3120068d652f29e732ef3e which changed convtime() to return an int. With this, current versions will flag your test cases as an error: $ ssh -o ConnectTimeout=2147483648 localhost command-line line 0: invalid time value. $ ssh -o ConnectTimeout=2147483649 localhost command-line line 0: invalid time value. Please reopen if you can reproduce the error with an unmodified OpenSSH release. closing bugs resolved before openssh-8.9 |