comparison session.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 aad4b3f58556
children a01c0c8e543a
comparison
equal deleted inserted replaced
248:bf64e666f99b 249:efbaf6b03837
224 224
225 int winchange; /* Set to 1 when a windowchange signal happens */ 225 int winchange; /* Set to 1 when a windowchange signal happens */
226 226
227 int lastauthtype; /* either AUTH_TYPE_PUBKEY or AUTH_TYPE_PASSWORD, 227 int lastauthtype; /* either AUTH_TYPE_PUBKEY or AUTH_TYPE_PASSWORD,
228 for the last type of auth we tried */ 228 for the last type of auth we tried */
229 #ifdef ENABLE_CLI_INTERACT_AUTH
230 int auth_interact_failed; /* flag whether interactive auth can still
231 be used */
232 int interact_request_received; /* flag whether we've received an
233 info request from the server for
234 interactive auth.*/
235 #endif
229 struct SignKeyList *lastprivkey; 236 struct SignKeyList *lastprivkey;
230 237
231 int retval; /* What the command exit status was - we emulate it */ 238 int retval; /* What the command exit status was - we emulate it */
232 #if 0 239 #if 0
233 TODO 240 TODO