[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.189 and 1.190

version 1.189, 2002/12/09 16:50:30 version 1.190, 2003/02/06 09:27:29
Line 586 
Line 586 
         if (options.hostname != NULL)          if (options.hostname != NULL)
                 host = options.hostname;                  host = options.hostname;
   
           if (options.proxy_command != NULL &&
               strcmp(options.proxy_command, "none") == 0)
                   options.proxy_command = NULL;
   
         /* 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 disabled, "                  debug("Rhosts Authentication disabled, "

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.190