Page MenuHomePhorge

Add support for FIDO2-backed SSH keys
ClosedPublic

Authored by valerio.bozzolan on Jan 8 2024, 13:01.
Tags
None
Referenced Files
F3343383: D25508.1743679267.diff
Wed, Apr 2, 11:21
F3328664: D25508.1743460263.diff
Sun, Mar 30, 22:31
F3318266: D25508.1743277408.diff
Fri, Mar 28, 19:43
F3301961: D25508.1743059799.diff
Wed, Mar 26, 07:16
F3300425: D25508.1743038740.diff
Wed, Mar 26, 01:25
F3298823: D25508.1743009790.diff
Tue, Mar 25, 17:23
F3292475: D25508.1742893968.diff
Mon, Mar 24, 09:12
F3292085: D25508.1742887074.diff
Mon, Mar 24, 07:17

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