[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.129 and 1.130

version 1.129, 2018/11/23 05:08:07 version 1.130, 2019/10/31 21:18:28
Line 82 
Line 82 
         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   *bind_interface; /* local interface for bind address */
         char   *pkcs11_provider; /* PKCS#11 provider */          char   *pkcs11_provider; /* PKCS#11 provider */
           char   *sk_provider; /* Security key provider */
         int     verify_host_key_dns;    /* Verify host key using DNS */          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. */

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130