[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.124 and 1.125

version 1.124, 2017/10/21 23:06:24 version 1.125, 2018/02/23 02:34:33
Line 81 
Line 81 
         char   *user_hostfiles[SSH_MAX_HOSTS_FILES];          char   *user_hostfiles[SSH_MAX_HOSTS_FILES];
         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   *bind_interface; /* local interface for bind address */
         char   *pkcs11_provider; /* PKCS#11 provider */          char   *pkcs11_provider; /* PKCS#11 provider */
         int     verify_host_key_dns;    /* Verify host key using DNS */          int     verify_host_key_dns;    /* Verify host key using DNS */
   

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125