[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.42 and 1.42.2.2

version 1.42, 2002/03/04 17:27:39 version 1.42.2.2, 2003/04/03 22:35:17
Line 54 
Line 54 
                                                  * 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     fallback_to_rsh;/* Use rsh if cannot connect with ssh. */  
         int     use_rsh;        /* Always use rsh (don\'t try ssh). */  
         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. */
Line 101 
Line 99 
         int     num_remote_forwards;          int     num_remote_forwards;
         Forward remote_forwards[SSH_MAX_FORWARDS_PER_DIRECTION];          Forward remote_forwards[SSH_MAX_FORWARDS_PER_DIRECTION];
         int     clear_forwardings;          int     clear_forwardings;
   
           int     enable_ssh_keysign;
         int     no_host_authentication_for_localhost;          int     no_host_authentication_for_localhost;
 }       Options;  }       Options;
   

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.42.2.2