Aithentication
Nick Couchman
vnick at apache.org
Thu Apr 18 20:03:49 CEST 2024
On Mon, Apr 15, 2024 at 4:51 PM Mike Muscato via libssh2-devel <
libssh2-devel at lists.haxx.se> wrote:
> I have a requirement for ISO compliance that the authentication has to
> support both public key and password as multi factor. Are there any plans
> to implement this type of authentication?
>
In what sense do you mean "implement" or "support." libssh2 is an SSH API
and library that you can use to write applications to interact over SSH.
How you implement those applications is up to you, and, as far as I know,
libssh2 already "supports" both key-based authentication as well as
keyboard interface, which should allow you to do multi-factor
authentication. Depending on how you're using the library, you may have to
write some extra checks for additional authentication requests beyond just
sending a username and password, but, again, this is in how you use the
library, not in the library itself.
-Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.haxx.se/pipermail/libssh2-devel/attachments/20240418/b00bff71/attachment.htm>
More information about the libssh2-devel
mailing list