[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.13 and 1.14

version 1.13, 1999/12/01 13:59:15 version 1.14, 2000/04/12 07:45:44
Line 64 
Line 64 
         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. */
           char   *ciphers;        /* Ciphers in order of preference. */
           int     protocol;       /* Protocol in order of preference. */
         char   *hostname;       /* Real host to connect. */          char   *hostname;       /* Real host to connect. */
         char   *proxy_command;  /* Proxy command for connecting the host. */          char   *proxy_command;  /* Proxy command for connecting the host. */
         char   *user;           /* User to log in as. */          char   *user;           /* User to log in as. */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14