[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.22.2.3 and 1.22.2.4

version 1.22.2.3, 2001/03/21 19:46:27 version 1.22.2.4, 2001/05/07 21:09:32
Line 38 
Line 38 
                                                  * authentication. */                                                   * authentication. */
         int     rsa_authentication;     /* Try RSA authentication. */          int     rsa_authentication;     /* Try RSA authentication. */
         int     pubkey_authentication;  /* Try ssh2 pubkey authentication. */          int     pubkey_authentication;  /* Try ssh2 pubkey authentication. */
           int     hostbased_authentication;       /* ssh2's rhosts_rsa */
         int     challenge_reponse_authentication;          int     challenge_reponse_authentication;
                                         /* Try S/Key or TIS, authentication. */                                          /* Try S/Key or TIS, authentication. */
 #ifdef KRB4  #ifdef KRB4
Line 71 
Line 72 
         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. */          char   *macs;           /* SSH2 macs in order of preference. */
           char   *hostkeyalgorithms;      /* SSH2 server key types 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.22.2.3  
changed lines
  Added in v.1.22.2.4