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

Add Support for Multi-Factor Authentication #433

Open
fherbreteau opened this issue Nov 14, 2023 · 1 comment
Open

Add Support for Multi-Factor Authentication #433

fherbreteau opened this issue Nov 14, 2023 · 1 comment

Comments

@fherbreteau
Copy link
Contributor

Description

Mina SSH Server should have a way to handle multi-factor authentication using a generic mecanism that will be implemented as need (Google Auth, Authy, ...)

Motivation

This improvement can also improve security as required in some companies which require a private key and a security code.

Alternatives considered

No response

Additional context

No response

@tomaswolf
Copy link
Member

Support for PKCS11 hardware security modules is not implemented in Apache MINA sshd, but could be added via the SunPKCS11 security provider. JGit did so.

Support for FIDO keys (sk_* keys) would be similar, but as there is no standard access library in Java, one would have to write one first, possibly using JNA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants