[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.119 and 1.120

version 1.119, 2017/04/30 23:11:45 version 1.120, 2017/04/30 23:15:04
Line 70 
Line 70 
                                          * aborting connection attempt */                                           * 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. */  
         char   *ciphers;        /* SSH2 ciphers in order of preference. */          char   *ciphers;        /* SSH2 ciphers in order of preference. */
         char   *macs;           /* SSH2 macs in order of preference. */          char   *macs;           /* SSH2 macs in order of preference. */
         char   *hostkeyalgorithms;      /* SSH2 server key types in order of preference. */          char   *hostkeyalgorithms;      /* SSH2 server key types in order of preference. */

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120