-
Notifications
You must be signed in to change notification settings - Fork 104
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
Documentation updates #464
Conversation
188f7fc
to
fa76959
Compare
man-rage-ssh-keys-heading = SSH keys | ||
man-rage-ssh-keys = | ||
As a convenience feature, {-rage} also supports encrypting to RSA or Ed25519 | ||
{-ssh} keys. RSA keys must be at least 2048 bits. This feature employs more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I realised while adding this manpage that I never implemented the 2048-bit lower limit on ssh-rsa
keys that was added to age
in FiloSottile/age#266. I'll open a separate PR to implement this.
fa76959
to
a168695
Compare
a168695
to
5e342c8
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #464 +/- ##
==========================================
- Coverage 39.77% 39.52% -0.26%
==========================================
Files 38 38
Lines 3321 3335 +14
==========================================
- Hits 1321 1318 -3
- Misses 2000 2017 +17 ☔ View full report in Codecov by Sentry. |
No description provided.