summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/auth2.c b/auth2.c
index cfe63cdf1..34a5f482d 100644
--- a/auth2.c
+++ b/auth2.c
@@ -93,8 +93,12 @@ void
93do_authentication2() 93do_authentication2()
94{ 94{
95 /* turn off skey/kerberos, not supported by SSH2 */ 95 /* turn off skey/kerberos, not supported by SSH2 */
96#ifdef SKEY
96 options.skey_authentication = 0; 97 options.skey_authentication = 0;
98#endif
99#ifdef KRB4
97 options.kerberos_authentication = 0; 100 options.kerberos_authentication = 0;
101#endif
98 102
99 dispatch_init(&protocol_error); 103 dispatch_init(&protocol_error);
100 dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request); 104 dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request);