Edit report at https://bugs.php.net/bug.php?id=58928&edit=1

 ID:                 58928
 Comment by:         mail at it-roscher dot biz
 Reported by:        mlutter at a2c dot de
 Summary:            Support for keyboard interactive authentication
 Status:             Open
 Type:               Feature/Change Request
 Package:            ssh2
 Operating System:   All
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

As an addition: libssl2 does have that feature.

>From http://www.libssh2.org/libssh2_userauth_keyboard_interactive.html:
#include <libssh2.h>

int libssh2_userauth_keyboard_interactive(LIBSSH2_SESSION* session,   const 
char *username,   LIBSSH2_USERAUTH_KBDINT_RESPONSE_FUNC((*response_callback))); 

Regards
Florian Roscher


Previous Comments:
------------------------------------------------------------------------
[2009-10-29 10:46:15] mlutter at a2c dot de

Description:
------------
It would be great if support for keyboard interactive 
authentication could be added to the package. Perhaps as new 
method ssh2_auth_keyboard? 





------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=58928&edit=1

Reply via email to