[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.38 and 1.39

version 1.38, 2001/02/12 16:16:23 version 1.39, 2001/03/25 13:16:10
Line 51 
Line 51 
         int     ignore_user_known_hosts;        /* Ignore ~/.ssh/known_hosts          int     ignore_user_known_hosts;        /* Ignore ~/.ssh/known_hosts
                                                  * for RhostsRsaAuth */                                                   * for RhostsRsaAuth */
         int     print_motd;     /* If true, print /etc/motd. */          int     print_motd;     /* If true, print /etc/motd. */
           int     print_lastlog;  /* If true, print lastlog */
         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. */
         int     x11_display_offset;     /* What DISPLAY number to start          int     x11_display_offset;     /* What DISPLAY number to start

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39