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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.263 and 1.264

version 1.263, 2017/05/31 07:00:13 version 1.264, 2017/06/14 00:31:38
Line 461 
Line 461 
         for (;;) {          for (;;) {
                 Authmethod *method = authmethod_get(authlist);                  Authmethod *method = authmethod_get(authlist);
                 if (method == NULL)                  if (method == NULL)
                         fatal("Permission denied (%s).", authlist);                          fatal("%s@%s: Permission denied (%s).",
                               authctxt->server_user, authctxt->host, authlist);
                 authctxt->method = method;                  authctxt->method = method;
   
                 /* reset the per method handler */                  /* reset the per method handler */

Legend:
Removed from v.1.263  
changed lines
  Added in v.1.264