Skip to content

Commit

Permalink
Merge pull request #601 from ayancey/master
Browse files Browse the repository at this point in the history
firmware warning
  • Loading branch information
elukewalker authored Aug 20, 2024
2 parents da2add2 + 9483285 commit e30b1bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/SSH/Securing_SSH_with_FIDO2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This guide provides instructions for integrating FIDO2 with SSH, focusing on res
== Prerequisites

* OpenSSH 8.3 or newer
* FIDO2 security key (with ed25519 support)
* FIDO2 security key
* YubiKey Manager (for setting the FIDO2 PIN)

== About Using FIDO2 Security Keys for SSH
Expand All @@ -29,7 +29,9 @@ This guide provides instructions for integrating FIDO2 with SSH, focusing on res

*Cryptographic Algorithm Options:*

* *ecdsa-sk and ed25519-sk:* Both are ECC-based algorithms, with ed25519-sk recommended for better security and performance.
* ed25519-sk
** Recommended for better security and performance. Requires firmware 5.2.3 or higher.
* ecdsa-sk

*SSH Key Generation Options:*

Expand Down

0 comments on commit e30b1bb

Please sign in to comment.