[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.108 and 1.109

version 1.108, 2013/05/16 04:09:14 version 1.109, 2013/07/19 07:37:48
Line 65 
Line 65 
         int     num_host_key_files;     /* Number of files for host keys. */          int     num_host_key_files;     /* Number of files for host keys. */
         char   *host_cert_files[MAX_HOSTCERTS]; /* Files containing host certs. */          char   *host_cert_files[MAX_HOSTCERTS]; /* Files containing host certs. */
         int     num_host_cert_files;     /* Number of files for host certs. */          int     num_host_cert_files;     /* Number of files for host certs. */
           char   *host_key_agent;          /* ssh-agent socket for host keys. */
         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.108  
changed lines
  Added in v.1.109