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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.319 and 1.320

version 1.319, 2019/09/13 04:31:19 version 1.320, 2019/10/31 21:19:15
Line 1387 
Line 1387 
         }          }
   
         if ((r = ssh_add_identity_constrained(auth_sock, private, comment, 0,          if ((r = ssh_add_identity_constrained(auth_sock, private, comment, 0,
             (options.add_keys_to_agent == 3), 0)) == 0)              (options.add_keys_to_agent == 3), 0, NULL)) == 0)
                 debug("identity added to agent: %s", authfile);                  debug("identity added to agent: %s", authfile);
         else          else
                 debug("could not add identity to agent: %s (%d)", authfile, r);                  debug("could not add identity to agent: %s (%d)", authfile, r);

Legend:
Removed from v.1.319  
changed lines
  Added in v.1.320