[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.25 and 1.26

version 1.25, 2001/01/22 23:06:39 version 1.26, 2001/02/11 12:59:25
Line 68 
Line 68 
                                                  * prompts. */                                                   * prompts. */
         int     cipher;         /* Cipher to use. */          int     cipher;         /* Cipher to use. */
         char   *ciphers;        /* SSH2 ciphers in order of preference. */          char   *ciphers;        /* SSH2 ciphers in order of preference. */
           char   *macs;           /* SSH2 macs 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   *host_key_alias; /* hostname alias for .ssh/known_hosts */          char   *host_key_alias; /* hostname alias for .ssh/known_hosts */

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26