[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.99 and 1.100

version 1.99, 2013/10/16 22:49:38 version 1.100, 2014/01/29 06:18:35
Line 59 
Line 59 
                                                  * authentication. */                                                   * authentication. */
         int     kbd_interactive_authentication; /* Try keyboard-interactive auth. */          int     kbd_interactive_authentication; /* Try keyboard-interactive auth. */
         char    *kbd_interactive_devices; /* Keyboard-interactive auth devices. */          char    *kbd_interactive_devices; /* Keyboard-interactive auth devices. */
         int     zero_knowledge_password_authentication; /* Try jpake */  
         int     batch_mode;     /* Batch mode: do not ask for passwords. */          int     batch_mode;     /* Batch mode: do not ask for passwords. */
         int     check_host_ip;  /* Also keep track of keys for IP address */          int     check_host_ip;  /* Also keep track of keys for IP address */
         int     strict_host_key_checking;       /* Strict host key checking. */          int     strict_host_key_checking;       /* Strict host key checking. */

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100