summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authormouring <mouring>2001-03-11 01:49:19 +0000
committermouring <mouring>2001-03-11 01:49:19 +0000
commit5d82c7d3107406ec788e46c008d2f50a6f644d21 (patch)
tree7b580e1085f781d7ee4b81737e1ee089ed45d971 /readconf.h
parent610672a8cb1e813d2e9a946ac6e808e85f297671 (diff)
downloadopenssh-5d82c7d3107406ec788e46c008d2f50a6f644d21.tar.gz
- markus@cvs.openbsd.org 2001/03/10 17:51:04
[kex.c match.c match.h readconf.c readconf.h sshconnect2.c] add PreferredAuthentications
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h
index 97615620..55babe80 100644
--- a/readconf.h
+++ b/readconf.h
@@ -11,7 +11,7 @@
* called by a name other than "ssh" or "Secure Shell".
*/
-/* RCSID("$OpenBSD: readconf.h,v 1.27 2001/03/08 21:42:32 markus Exp $"); */
+/* RCSID("$OpenBSD: readconf.h,v 1.28 2001/03/10 17:51:04 markus Exp $"); */
#ifndef READCONF_H
#define READCONF_H
@@ -82,6 +82,7 @@ typedef struct {
char *user_hostfile; /* Path for $HOME/.ssh/known_hosts. */
char *system_hostfile2;
char *user_hostfile2;
+ char *preferred_authentications;
int num_identity_files; /* Number of files for RSA/DSA identities. */
char *identity_files[SSH_MAX_IDENTITY_FILES];