[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.355 and 1.356

version 1.355, 2021/07/02 05:11:21 version 1.356, 2021/12/19 22:10:24
Line 1662 
Line 1662 
         if ((r = ssh_add_identity_constrained(auth_sock, private,          if ((r = ssh_add_identity_constrained(auth_sock, private,
             comment == NULL ? authfile : comment,              comment == NULL ? authfile : comment,
             options.add_keys_to_agent_lifespan,              options.add_keys_to_agent_lifespan,
             (options.add_keys_to_agent == 3), 0, skprovider)) == 0)              (options.add_keys_to_agent == 3), 0, skprovider, NULL, 0)) == 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.355  
changed lines
  Added in v.1.356