[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.47 and 1.48

version 1.47, 2003/04/02 09:48:07 version 1.48, 2003/05/14 18:16:20
Line 86 
Line 86 
         char   *preferred_authentications;          char   *preferred_authentications;
         char   *bind_address;   /* local socket address for connection to sshd */          char   *bind_address;   /* local socket address for connection to sshd */
         char   *smartcard_device; /* Smartcard reader device */          char   *smartcard_device; /* Smartcard reader device */
           int     verify_host_key_dns;    /* Verify host key using DNS */
   
         int     num_identity_files;     /* Number of files for RSA/DSA identities. */          int     num_identity_files;     /* Number of files for RSA/DSA identities. */
         char   *identity_files[SSH_MAX_IDENTITY_FILES];          char   *identity_files[SSH_MAX_IDENTITY_FILES];

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48