[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.40 and 1.40.2.3

version 1.40, 2001/10/01 21:51:16 version 1.40.2.3, 2002/06/22 07:23:17
Line 1 
Line 1 
   /*      $OpenBSD$       */
   
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
Line 11 
Line 13 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 /* RCSID("$OpenBSD$"); */  
   
 #ifndef READCONF_H  #ifndef READCONF_H
 #define READCONF_H  #define READCONF_H
   
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. */

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.40.2.3