[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.154 and 1.155

version 1.154, 2023/10/12 02:18:18 version 1.155, 2024/01/11 01:45:36
Line 87 
Line 87 
         char   *sk_provider; /* Security key 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 identities. */
         char   *identity_files[SSH_MAX_IDENTITY_FILES];          char   *identity_files[SSH_MAX_IDENTITY_FILES];
         int    identity_file_userprovided[SSH_MAX_IDENTITY_FILES];          int    identity_file_userprovided[SSH_MAX_IDENTITY_FILES];
         struct sshkey *identity_keys[SSH_MAX_IDENTITY_FILES];          struct sshkey *identity_keys[SSH_MAX_IDENTITY_FILES];

Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155