|
Lines 1113-1122
Link Here
|
| 1113 |
options->pubkey_authentication = 1; |
1113 |
options->pubkey_authentication = 1; |
| 1114 |
if (options->challenge_response_authentication == -1) |
1114 |
if (options->challenge_response_authentication == -1) |
| 1115 |
options->challenge_response_authentication = 1; |
1115 |
options->challenge_response_authentication = 1; |
|
|
1116 |
#ifdef __APPLE_GSSAPI_ENABLE__ |
| 1117 |
if (options->gss_authentication == -1) |
| 1118 |
options->gss_authentication = 1; |
| 1119 |
if (options->gss_keyex == -1) |
| 1120 |
options->gss_keyex = 1; |
| 1121 |
#else |
| 1116 |
if (options->gss_authentication == -1) |
1122 |
if (options->gss_authentication == -1) |
| 1117 |
options->gss_authentication = 0; |
1123 |
options->gss_authentication = 0; |
| 1118 |
if (options->gss_keyex == -1) |
1124 |
if (options->gss_keyex == -1) |
| 1119 |
options->gss_keyex = 0; |
1125 |
options->gss_keyex = 0; |
|
|
1126 |
#endif |
| 1127 |
if (options->gss_keyex == -1) |
| 1128 |
options->gss_keyex = 0; |
| 1120 |
if (options->gss_deleg_creds == -1) |
1129 |
if (options->gss_deleg_creds == -1) |
| 1121 |
options->gss_deleg_creds = 0; |
1130 |
options->gss_deleg_creds = 0; |
| 1122 |
if (options->gss_trust_dns == -1) |
1131 |
if (options->gss_trust_dns == -1) |