[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.70 and 1.71

version 1.70, 2000/11/06 23:04:56 version 1.71, 2000/11/06 23:13:26
Line 562 
Line 562 
   
         /* Disable rhosts authentication if not running as root. */          /* Disable rhosts authentication if not running as root. */
         if (original_effective_uid != 0 || !options.use_privileged_port) {          if (original_effective_uid != 0 || !options.use_privileged_port) {
                   debug("Rhosts Authentication methods disabled, "
                       "originating port will not be trusted.");
                 options.rhosts_authentication = 0;                  options.rhosts_authentication = 0;
                 options.rhosts_rsa_authentication = 0;                  options.rhosts_rsa_authentication = 0;
         }          }

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71