mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
auth: implement client-side gssapi
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
212261bb10
commit
7cb6b15aaa
@@ -85,6 +85,7 @@ static ssh_packet_callback default_packet_handlers[]= {
|
||||
ssh_packet_userauth_pk_ok, // SSH2_MSG_USERAUTH_PK_OK 60
|
||||
// SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ 60
|
||||
// SSH2_MSG_USERAUTH_INFO_REQUEST 60
|
||||
// SSH2_MSG_USERAUTH_GSSAPI_RESPONSE 60
|
||||
ssh_packet_userauth_info_response, // SSH2_MSG_USERAUTH_INFO_RESPONSE 61
|
||||
// SSH2_MSG_USERAUTH_GSSAPI_TOKEN 61
|
||||
NULL, // 62
|
||||
|
Reference in New Issue
Block a user