Page MenuHomePhorge

Add support for FIDO2-backed SSH keys
ClosedPublic

Authored by valerio.bozzolan on Jan 8 2024, 13:01.
Tags
None
Referenced Files
F4042664: D25508.1746725545.diff
Wed, May 7, 17:32
F4042663: D25508.1746725544.diff
Wed, May 7, 17:32
F4042662: D25508.1746725543.diff
Wed, May 7, 17:32
F4036892: D25508.1746718994.diff
Wed, May 7, 15:43
F4035496: D25508.1746717347.diff
Wed, May 7, 15:15
F4011244: D25508.1746625687.diff
Tue, May 6, 13:48
F3936783: D25508.1746425387.diff
Sun, May 4, 06:09
F3847120: D25508.1746105872.diff
Wed, Apr 30, 13:24

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