]> andersk Git - gssapi-openssh.git/blobdiff - openssh/readconf.c
remove duplicate HPN lines
[gssapi-openssh.git] / openssh / readconf.c
index dc78c6f613617522d26b6660bcee6a7e7ac505a8..dc5e5ae6b6a3aa3aaba1aecd6c49c4fa537c9f39 100644 (file)
@@ -251,7 +251,6 @@ static struct {
        { "noneswitch", oNoneSwitch },
        { "hpndisabled", oHPNDisabled },
        { "hpnbuffersize", oHPNBufferSize },
-
        { NULL, oBadOption }
 };
 
@@ -1176,13 +1175,13 @@ fill_default_options(Options * options)
        if (options->challenge_response_authentication == -1)
                options->challenge_response_authentication = 1;
        if (options->gss_authentication == -1)
-               options->gss_authentication = 0;
+               options->gss_authentication = 1;
        if (options->gss_keyex == -1)
-               options->gss_keyex = 0;
+               options->gss_keyex = 1;
        if (options->gss_deleg_creds == -1)
-               options->gss_deleg_creds = 0;
+               options->gss_deleg_creds = 1;
        if (options->gss_trust_dns == -1)
-               options->gss_trust_dns = 0;
+               options->gss_trust_dns = 1;
        if (options->gss_renewal_rekey == -1)
                options->gss_renewal_rekey = 0;
        if (options->password_authentication == -1)
This page took 0.074944 seconds and 4 git commands to generate.