FS#65459 - ssh-add: life (-t) argument wraps
Attached to Project:
Arch Linux
Opened by Modin (modin) - Tuesday, 11 February 2020, 16:09 GMT
Last edited by freswa (frederik) - Tuesday, 18 February 2020, 12:05 GMT
Opened by Modin (modin) - Tuesday, 11 February 2020, 16:09 GMT
Last edited by freswa (frederik) - Tuesday, 18 February 2020, 12:05 GMT
|
Details
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. upstream: https://bugzilla.mindrot.org/show_bug.cgi?id=3119 |
This task depends upon
Closed by freswa (frederik)
Tuesday, 18 February 2020, 12:05 GMT
Reason for closing: Upstream
Additional comments about closing: 8.3
Tuesday, 18 February 2020, 12:05 GMT
Reason for closing: Upstream
Additional comments about closing: 8.3
https://bugzilla.mindrot.org/show_bug.cgi?id=3119#c2
I don't see anything requiring us to backport this patch before 8.3 lands. Now that we know that this is indeed an upstream issue, can we close this bug report?