bugzilla-daemon at bugzilla.mindrot.org
2020-Feb-11 16:03 UTC
[Bug 3119] New: life (-t) argument wraps
https://bugzilla.mindrot.org/show_bug.cgi?id=3119
Bug ID: 3119
Summary: life (-t) argument wraps
Product: Portable OpenSSH
Version: 8.1p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh-add
Assignee: unassigned-bugs at mindrot.org
Reporter: hello at modin.io
It seems that the life argument is not parsed correctly.
>From discussion on IRC it seems that ssh-add.c#L722 and misc.c#L494 are
good sources.
```
$ ssh-add -t 999999999999999999
Identity added: /home/modin/.ssh/id_rsa (/home/modin/.ssh/id_rsa)
Lifetime set to -1486618625 seconds
```
running Arch Linux, openssh v 8.1p1-2.
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2020-Feb-11 16:14 UTC
[Bug 3119] life (-t) argument wraps
https://bugzilla.mindrot.org/show_bug.cgi?id=3119 --- Comment #1 from hello at modin.io --- created downstream issue https://bugs.archlinux.org/task/65459 -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2020-Feb-18 09:02 UTC
[Bug 3119] life (-t) argument wraps
https://bugzilla.mindrot.org/show_bug.cgi?id=3119
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at dtucker.net
--- Comment #2 from Darren Tucker <dtucker at dtucker.net> ---
Created attachment 3357
--> https://bugzilla.mindrot.org/attachment.cgi?id=3357&action=edit
Restrict key lifetime to usable values (u32)
We have just committed this patch, which should address this issue and
will be in the 8.3 release. Thanks for the report.
$ ssh-add -t 999999999999999999
Invalid lifetime
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2020-Feb-18 09:02 UTC
[Bug 3119] life (-t) argument wraps
https://bugzilla.mindrot.org/show_bug.cgi?id=3119
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |3117
Status|NEW |RESOLVED
Resolution|--- |FIXED
Referenced Bugs:
https://bugzilla.mindrot.org/show_bug.cgi?id=3117
[Bug 3117] Tracking bug for 8.2 release
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=3119
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
close bugs that were resolved in OpenSSH 8.5 release cycle
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.