[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.19 and 1.20

version 1.19, 2000/05/01 18:50:59 version 1.20, 2000/05/03 10:21:48
Line 32 
Line 32 
         char   *listen_addr;            /* Address on which the server listens. */          char   *listen_addr;            /* Address on which the server listens. */
         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   *host_dsa_key_file;      /* File containing dsa host key. */
         char   *pid_file;       /* Where to put our pid */          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

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