]> andersk Git - openssh.git/blobdiff - readconf.h
- Merge big update to OpenSSH-2.0 from OpenBSD CVS
[openssh.git] / readconf.h
index d65edab048595e9409295ddf9ea2a9d037108201..7a6dcc815ed6d632e5e80753317d8d229fdba5bd 100644 (file)
@@ -73,9 +73,13 @@ typedef struct {
 
        char   *system_hostfile;/* Path for /etc/ssh_known_hosts. */
        char   *user_hostfile;  /* Path for $HOME/.ssh/known_hosts. */
+       char   *system_hostfile2;
+       char   *user_hostfile2;
 
        int     num_identity_files;     /* Number of files for RSA identities. */
+       int     num_identity_files2;    /* DSA identities. */
        char   *identity_files[SSH_MAX_IDENTITY_FILES];
+       char   *identity_files2[SSH_MAX_IDENTITY_FILES];
 
        /* Local TCP/IP forward requests. */
        int     num_local_forwards;
This page took 0.06278 seconds and 4 git commands to generate.