[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.4 and 1.5

version 1.4, 1999/11/11 22:58:38 version 1.5, 1999/11/11 23:36:52
Line 38 
Line 38 
   debug("Trying rhosts with RSA host authentication for %.100s", client_user);    debug("Trying rhosts with RSA host authentication for %.100s", client_user);
   
   /* Check if we would accept it using rhosts authentication. */    /* Check if we would accept it using rhosts authentication. */
   if (!auth_rhosts(pw, client_user, options.ignore_rhosts, options.strict_modes))    if (!auth_rhosts(pw, client_user))
     return 0;      return 0;
   
   canonical_hostname = get_canonical_hostname();    canonical_hostname = get_canonical_hostname();

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5