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

Diff for /src/usr.bin/ssh/readconf.h between version 1.49 and 1.50

version 1.49, 2003/05/15 01:48:10 version 1.50, 2003/05/15 14:55:25
Line 60 
Line 60 
         int     port;           /* Port to connect. */          int     port;           /* Port to connect. */
         int     connection_attempts;    /* Max attempts (seconds) before          int     connection_attempts;    /* Max attempts (seconds) before
                                          * giving up */                                           * giving up */
           int     connection_timeout;     /* Max time (seconds) before
                                            * aborting connection attempt */
         int     number_of_password_prompts;     /* Max number of password          int     number_of_password_prompts;     /* Max number of password
                                                  * prompts. */                                                   * prompts. */
         int     cipher;         /* Cipher to use. */          int     cipher;         /* Cipher to use. */

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50