Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firmware warning #601

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading