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
ssh-ed25519-cert-v01@openssh.com,
ecdsa-sha2-nistp256-cert-v01@openssh.com,
ecdsa-sha2-nistp384-cert-v01@openssh.com,
ecdsa-sha2-nistp521-cert-v01@openssh.com,
sk-ssh-ed25519-cert-v01@openssh.com,
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
rsa-sha2-512-cert-v01@openssh.com,
rsa-sha2-256-cert-v01@openssh.com,
ssh-ed25519,
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
sk-ssh-ed25519@openssh.com,
sk-ecdsa-sha2-nistp256@openssh.com,
rsa-sha2-512,rsa-sha2-256
Beta Was this translation helpful? Give feedback.
All reactions