[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.18 and 1.19

version 1.18, 2000/04/14 10:30:33 version 1.19, 2000/05/01 18:50:59
Line 33 
Line 33 
         struct addrinfo *listen_addrs;  /* Addresses on which the server listens. */          struct addrinfo *listen_addrs;  /* Addresses on which the server listens. */
         char   *host_key_file;  /* File containing host key. */          char   *host_key_file;  /* File containing host key. */
         char   *dsa_key_file;   /* File containing dsa host key. */          char   *dsa_key_file;   /* File containing dsa host key. */
           char   *pid_file;       /* Where to put our pid */
         int     server_key_bits;/* Size of the server key. */          int     server_key_bits;/* Size of the server key. */
         int     login_grace_time;       /* Disconnect if no auth in this time          int     login_grace_time;       /* Disconnect if no auth in this time
                                          * (sec). */                                           * (sec). */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19