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

Diff for /src/usr.bin/ssh/monitor.c between version 1.203 and 1.204

version 1.203, 2019/11/25 00:52:46 version 1.204, 2019/11/25 00:54:23
Line 1196 
Line 1196 
   
         if (ret == 0 && key_blobtype == MM_USERKEY && sig_details != NULL) {          if (ret == 0 && key_blobtype == MM_USERKEY && sig_details != NULL) {
                 req_presence = (options.pubkey_auth_options &                  req_presence = (options.pubkey_auth_options &
                     PUBKEYAUTH_TOUCH_REQUIRED);                      PUBKEYAUTH_TOUCH_REQUIRED) ||
                       !key_opts->no_require_user_presence;
                 if (req_presence &&                  if (req_presence &&
                     (sig_details->sk_flags & SSH_SK_USER_PRESENCE_REQD) == 0) {                      (sig_details->sk_flags & SSH_SK_USER_PRESENCE_REQD) == 0) {
                         error("public key %s %s signature for %s%s from %.128s "                          error("public key %s %s signature for %s%s from %.128s "

Legend:
Removed from v.1.203  
changed lines
  Added in v.1.204