]> andersk Git - openssh.git/blobdiff - auth2-pubkey.c
*** empty log message ***
[openssh.git] / auth2-pubkey.c
index 947bfed0bb47e3832e74dde2c3662240dc9471fb..8c5436e359fce50916cbf51c6ad0e3095bab7e8f 100644 (file)
@@ -78,7 +78,7 @@ userauth_pubkey(Authctxt *authctxt)
        pktype = key_type_from_name(pkalg);
        if (pktype == KEY_UNSPEC) {
                /* this is perfectly legal */
-               log("userauth_pubkey: unsupported public key algorithm: %s",
+               logit("userauth_pubkey: unsupported public key algorithm: %s",
                    pkalg);
                goto done;
        }
@@ -199,7 +199,7 @@ user_key_allowed2(struct passwd *pw, Key *key, char *file)
        if (options.strict_modes &&
            secure_filename(f, file, pw, line, sizeof(line)) != 0) {
                fclose(f);
-               log("Authentication refused: %s", line);
+               logit("Authentication refused: %s", line);
                restore_uid();
                return 0;
        }
This page took 0.038986 seconds and 4 git commands to generate.