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

Diff for /src/usr.bin/ssh/servconf.c between version 1.90 and 1.91

version 1.90, 2001/11/11 13:02:31 version 1.91, 2001/11/12 18:17:07
Line 210 
Line 210 
                 options->client_alive_interval = 0;                  options->client_alive_interval = 0;
         if (options->client_alive_count_max == -1)          if (options->client_alive_count_max == -1)
                 options->client_alive_count_max = 3;                  options->client_alive_count_max = 3;
         if (options->authorized_keys_file == NULL)  
                 options->authorized_keys_file = _PATH_SSH_USER_PERMITTED_KEYS;  
         if (options->authorized_keys_file2 == NULL) {          if (options->authorized_keys_file2 == NULL) {
                 /* authorized_keys_file2 falls back to authorized_keys_file */                  /* authorized_keys_file2 falls back to authorized_keys_file */
                 if (options->authorized_keys_file != NULL)                  if (options->authorized_keys_file != NULL)

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91