Page MenuHomePhorge

Add support for FIDO2-backed SSH keys
ClosedPublic

Authored by valerio.bozzolan on Jan 8 2024, 13:01.
Tags
None
Referenced Files
F2987189: D25508.1740110742.diff
Thu, Feb 20, 04:05
F2982291: D25508.1739948807.diff
Tue, Feb 18, 07:06
F2976101: D25508.1739586187.diff
Fri, Feb 14, 02:23
F2962687: D25508.1739181644.diff
Sun, Feb 9, 10:00
F2962686: D25508.1739181640.diff
Sun, Feb 9, 10:00
F2962685: D25508.1739181637.diff
Sun, Feb 9, 10:00
F2951719: D25508.1738926342.diff
Thu, Feb 6, 11:05
F2941085: D25508.1738089844.diff
Mon, Jan 27, 18:44

Details

Summary

U2F/FIDO are open standards for inexpensive two-factor authentication hardware that are widely used for website authentication.

These keys are available since OpenSSH 8.2 (2020-02-14).

https://www.openssh.com/txt/release-8.2

https://security.stackexchange.com/q/240991/260234

Ref Q96

Test Plan

Check the added keys. They exactly match the output of the command 'ssh -Q key'.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This is exactly the same as I've done on the system I patched at my workplace. I apologize for not submitting my own patch, I didn't have access to my work systems during the holidays.

This revision is now accepted and ready to land.Jan 8 2024, 14:28