Add Support of fido based algorithms in sshd ( OpenSSH Server) #2236
Closed
forrest96er
started this conversation in
Ideas
Replies: 1 comment
-
Issue created here: #2237 The issue will be used to track this request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could you add support for FIDO-backed public key authentication in the OpenSSH Server (sshd)?
This includes the following algorithms:
The implementation should be straightforward.
Please add the following configurations to sshd_config to indicate the supported implementations:
PubkeyAuthOptions
PubkeyAcceptedAlgorithms
[email protected],
[email protected],
[email protected],
[email protected],
[email protected],
[email protected],
[email protected],
[email protected],
ssh-ed25519,
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
[email protected],
[email protected],
rsa-sha2-512,rsa-sha2-256
Beta Was this translation helpful? Give feedback.
All reactions