Closed
Bug 1493744
Opened 7 years ago
Closed 7 years ago
Please back out the 1024 bit RSA key of pmoore@Peters-MacBook-Pro.local
Categories
(Taskcluster :: Workers, enhancement)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jan, Assigned: grenade)
References
Details
(Keywords: nightly-community)
Attachments
(1 file)
Please never use 1024 bit RSA, regardless where. Thanks.
https://github.com/mozilla-releng/OpenCloudConfig/pull/186
https://infosec.mozilla.org/guidelines/openssh#key-generation
> echo; ssh-keygen -lf /dev/stdin <<< "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDnV2fGMnRyLBM0qmCw3Q/hIZ7kCNxX4SNLnj66hBssptQIGqtuFesCzlwbNY0nVn/uZVRX9p5dYxuMQVuHF9gp1hHHae90EULwGUxCMjU3UvoeOmUN4lebecpZVaihzqqqdb7oEXqNKxqU4FWwWx/+W0BLOFIyM1ILjkx13pmJrw== pmoore@Peters-MacBook-Pro.local";
>
> 1024 SHA256:8QaVnZxpthSVFBq0N4vR90185/YamicbzGBYOeUaPFc pmoore@Peters-MacBook-Pro.local (RSA)
| Reporter | ||
Updated•7 years ago
|
Flags: needinfo?(pmoore)
| Assignee | ||
Comment 1•7 years ago
|
||
i've backed out the key and added a validation to occ ci to flag future prs where a key with a bit length less than 2048 is added.
Assignee: nobody → rthijssen
Status: NEW → ASSIGNED
Flags: needinfo?(pmoore)
Attachment #9011698 -
Flags: review?(jan)
| Reporter | ||
Comment 2•7 years ago
|
||
I've never reviewed a patch for Mozilla and do not feel competent/authorized for that. Could someone else take the responsibility? Thanks. ;)
But it would be good if you could increase the minimum RSA key size to 4096 bits as reasonably recommended by the infosec guidelines.
| Assignee | ||
Comment 3•7 years ago
|
||
Comment on attachment 9011698 [details] [review]
GitHub Pull Request
sure. pmoore: are you ok to take this one?
Attachment #9011698 -
Flags: review?(jan) → review?(pmoore)
Comment 4•7 years ago
|
||
Comment on attachment 9011698 [details] [review]
GitHub Pull Request
Looks great, I think just needs to change to 4096 instead of 2048. Thanks Rob!
Attachment #9011698 -
Flags: review?(pmoore)
| Assignee | ||
Comment 5•7 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 6•7 years ago
|
||
(In reply to Jan Andre Ikenmeyer [:darkspirit] from comment #0)
> Please never use 1024 bit RSA, regardless where. Thanks.
> https://github.com/mozilla-releng/OpenCloudConfig/pull/186
Superseded with https://github.com/mozilla-releng/OpenCloudConfig/pull/189
Updated•7 years ago
|
Component: Generic-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•