[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.17 and 1.18

version 1.17, 2000/05/06 17:45:36 version 1.18, 2000/05/08 17:12:15
Line 65 
Line 65 
         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. */          char   *ciphers;        /* SSH2 ciphers in order of preference. */
         int     protocol;       /* Protocol 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. */

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