[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.35 and 1.36

version 1.35, 2001/06/26 17:27:24 version 1.36, 2001/07/31 09:28:44
Line 87 
Line 87 
         char   *user_hostfile2;          char   *user_hostfile2;
         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 */
           int     smartcard_device; /* Smartcard reader device */
   
         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.35  
changed lines
  Added in v.1.36