On Mon, Apr 15, 2024 at 4:51 PM Mike Muscato via libssh2-devel <
libssh2-devel@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
-- 
libssh2-devel mailing list
libssh2-devel@lists.haxx.se
https://lists.haxx.se/mailman/listinfo/libssh2-devel
  • Re: Aithentication Mike Muscato via libssh2-devel
    • Re: Aithentication Nick Couchman via libssh2-devel

Reply via email to