[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.86 and 1.87

version 1.86, 2010/07/19 09:15:12 version 1.87, 2010/09/22 05:01:29
Line 73 
Line 73 
         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. */
           char   *kex_algorithms; /* SSH2 kex methods 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.86  
changed lines
  Added in v.1.87