You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll put it in the next update (EOW) along with restoring the functionality for choosing the RSA Algo. Thanks for the feedback!
Edit: In the meantime, you can pass integers to that field on creation as well. The plan is to add strings as allowed types and to parse them with something like pytimeparse
Fixed in #17 , you can now specify a string like "2w", "1d4h" or similar (according to the specification in pytimeparse2, including "forever" which will set the expiration time to MAX_INT64.
Saw this earlier but it seems it managed to slip my mind.. I'll fix it, thanks for checking. Have somewhere on my to-do list to add some more tests as well to catch things like this.
when sign by
ssh-keygen
, in valid_before field, the "forever" is translated to2**64-1
. This behavior is not supported bysshkey-tools
now.The text was updated successfully, but these errors were encountered: