Page MenuHomePhorge

Add support for FIDO2-backed SSH keys
ClosedPublic

Authored by valerio.bozzolan on Jan 8 2024, 13:01.
Tags
None
Referenced Files
F3362370: D25508.1744080571.diff
Mon, Apr 7, 02:49
F3361936: D25508.1744055914.diff
Sun, Apr 6, 19:58
F3359415: D25508.1743944165.diff
Sat, Apr 5, 12:56
F3357374: D25508.1743907159.diff
Sat, Apr 5, 02:39
F3352723: D25508.1743806886.diff
Thu, Apr 3, 22:48
F3352535: D25508.1743800351.diff
Thu, Apr 3, 20:59
F3352533: D25508.1743800314.diff
Thu, Apr 3, 20:58
F3352532: D25508.1743800281.diff
Thu, Apr 3, 20:58

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