Hacker News new | ask | show | jobs
by fmajid 1180 days ago
OpenSSH supports FIDO keys since 8.2p1 and has supported smart cards via GPG longer.
1 comments

Yeah. Actually ssh agent speaks PKCS#11 (both client and server) so it's possible to interface with the hardware token quite easily. I'm using that to store my client key in TPM for example.