diff options
Diffstat (limited to 'auth2.c')
-rw-r--r-- | auth2.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -93,8 +93,12 @@ void | |||
93 | do_authentication2() | 93 | do_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); |