[BACK]Return to auth-rh-rsa.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/auth-rh-rsa.c between version 1.6 and 1.7

version 1.6, 1999/11/15 20:53:24 version 1.7, 1999/11/22 21:02:38
Line 96 
Line 96 
   /* We have authenticated the user using .rhosts or /etc/hosts.equiv, and    /* We have authenticated the user using .rhosts or /etc/hosts.equiv, and
      the host using RSA.  We accept the authentication. */       the host using RSA.  We accept the authentication. */
   
   log("Rhosts with RSA host authentication accepted for %.100s, %.100s on %.700s.",    verbose("Rhosts with RSA host authentication accepted for %.100s, %.100s on %.700s.",
       pw->pw_name, client_user, canonical_hostname);        pw->pw_name, client_user, canonical_hostname);
   packet_send_debug("Rhosts with RSA host authentication accepted.");    packet_send_debug("Rhosts with RSA host authentication accepted.");
   return 1;    return 1;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7