[BACK]Return to auth2-pubkey.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth2-pubkey.c between version 1.98 and 1.99

version 1.98, 2020/01/23 07:10:22 version 1.99, 2020/02/06 22:30:54
Line 228 
Line 228 
                             SSH_SK_USER_PRESENCE_REQD) == 0) {                              SSH_SK_USER_PRESENCE_REQD) == 0) {
                                 error("public key %s signature for %s%s from "                                  error("public key %s signature for %s%s from "
                                     "%.128s port %d rejected: user presence "                                      "%.128s port %d rejected: user presence "
                                     "(key touch) requirement not met ", key_s,                                      "(authenticator touch) requirement "
                                       "not met ", key_s,
                                     authctxt->valid ? "" : "invalid user ",                                      authctxt->valid ? "" : "invalid user ",
                                     authctxt->user, ssh_remote_ipaddr(ssh),                                      authctxt->user, ssh_remote_ipaddr(ssh),
                                     ssh_remote_port(ssh));                                      ssh_remote_port(ssh));

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99