iterate-ch / cyberduck

Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
https://cyberduck.io/
GNU General Public License v3.0
3.22k stars 286 forks source link

Support for "ecdsa-sk" and "ed25519-sk" key types #14732

Open kzshantonu opened 1 year ago

kzshantonu commented 1 year ago
Cyberduck_gj5vwrhTwY
dkocher commented 1 year ago

These keys are for FIDO/U2F Support in OpenSSH ^1

This release adds support for FIDO/U2F hardware authenticators to OpenSSH. U2F/FIDO are open standards for inexpensive two-factor authentication hardware that are widely used for website authentication. In OpenSSH FIDO devices are supported by new public key types "ecdsa-sk" and "ed25519-sk", along with corresponding certificate types.

dkocher commented 1 year ago

Relates to previous feature request #8401 to support PKCS11Provider.

dkocher commented 1 year ago

Dependent on upstream hierynomus/sshj#766