comparison ssh.h @ 249:efbaf6b03837

added keyboard-interactive client support
author Matt Johnston <matt@ucc.asn.au>
date Tue, 20 Sep 2005 17:35:21 +0000
parents c1e5d9195402
children 79bf1023cf11
comparison
equal deleted inserted replaced
248:bf64e666f99b 249:efbaf6b03837
40 /* userauth message numbers */ 40 /* userauth message numbers */
41 #define SSH_MSG_USERAUTH_REQUEST 50 41 #define SSH_MSG_USERAUTH_REQUEST 50
42 #define SSH_MSG_USERAUTH_FAILURE 51 42 #define SSH_MSG_USERAUTH_FAILURE 51
43 #define SSH_MSG_USERAUTH_SUCCESS 52 43 #define SSH_MSG_USERAUTH_SUCCESS 52
44 #define SSH_MSG_USERAUTH_BANNER 53 44 #define SSH_MSG_USERAUTH_BANNER 53
45
46 /* packets 60-79 are method-specific, aren't one-one mapping */
47 #define SSH_MSG_USERAUTH_SPECIFIC_60 60
48
49 #define SSH_MSG_USERAUTH_PASSWD_CHANGEREQ 60
50
45 #define SSH_MSG_USERAUTH_PK_OK 60 51 #define SSH_MSG_USERAUTH_PK_OK 60
52
53 /* keyboard interactive auth */
54 #define SSH_MSG_USERAUTH_INFO_REQUEST 60
55 #define SSH_MSG_USERAUTH_INFO_RESPONSE 61
56
46 57
47 /* If adding numbers here, check MAX_UNAUTH_PACKET_TYPE in process-packet.c 58 /* If adding numbers here, check MAX_UNAUTH_PACKET_TYPE in process-packet.c
48 * is still valid */ 59 * is still valid */
49 60
50 /* connect message numbers */ 61 /* connect message numbers */