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

Diff for /src/usr.bin/ssh/ssh.c between version 1.173 and 1.174

version 1.173, 2002/05/23 19:24:30 version 1.174, 2002/05/23 19:39:34
Line 663 
Line 663 
          * in case we will need it later for combined rsa-rhosts           * in case we will need it later for combined rsa-rhosts
          * authentication. This must be done before releasing extra           * authentication. This must be done before releasing extra
          * privileges, because the file is only readable by root.           * privileges, because the file is only readable by root.
            * If we cannot access the private keys, load the public keys
            * instead and try to execute the ssh-keysign helper instead.
          */           */
         sensitive_data.nkeys = 0;          sensitive_data.nkeys = 0;
         sensitive_data.keys = NULL;          sensitive_data.keys = NULL;

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.174