Page MenuHomePhorge

Add support for FIDO2-backed SSH keys
ClosedPublic

Authored by valerio.bozzolan on Jan 8 2024, 13:01.
Tags
None
Referenced Files
F3847120: D25508.1746105872.diff
Wed, Apr 30, 13:24
F3847119: D25508.1746105871.diff
Wed, Apr 30, 13:24
F3847117: D25508.1746105870.diff
Wed, Apr 30, 13:24
F3838540: D25508.1746096955.diff
Wed, Apr 30, 10:55
F3761168: D25508.1745830680.diff
Sun, Apr 27, 08:58
F3761167: D25508.1745830679.diff
Sun, Apr 27, 08:57
F3761166: D25508.1745830678.diff
Sun, Apr 27, 08:57
F3730805: D25508.1745734240.diff
Sat, Apr 26, 06:10

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
Branch
fido-tokens
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1006
Build 1006: arc lint + arc unit

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