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

Diff for /src/usr.bin/ssh/servconf.h between version 1.11 and 1.12

version 1.11, 1999/11/10 23:36:44 version 1.12, 1999/11/11 22:58:38
Line 33 
Line 33 
   int key_regeneration_time;    /* Server key lifetime (seconds). */    int key_regeneration_time;    /* Server key lifetime (seconds). */
   int permit_root_login;        /* If true, permit root login. */    int permit_root_login;        /* If true, permit root login. */
   int ignore_rhosts;            /* Ignore .rhosts and .shosts. */    int ignore_rhosts;            /* Ignore .rhosts and .shosts. */
     int ignore_user_known_hosts;  /* Ignore ~/.ssh/known_hosts for RhostsRsaAuth */
   int print_motd;               /* If true, print /etc/motd. */    int print_motd;               /* If true, print /etc/motd. */
   int check_mail;               /* If true, check for new mail. */    int check_mail;               /* If true, check for new mail. */
   int x11_forwarding;           /* If true, permit inet (spoofing) X11 fwd. */    int x11_forwarding;           /* If true, permit inet (spoofing) X11 fwd. */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12