From 2aecee364f2b1fa8b38c4d29600f05f33075cddf Mon Sep 17 00:00:00 2001 From: green Date: Tue, 5 Dec 2000 02:20:19 +0000 Subject: Import of OpenSSH 2.3.0 (virgin OpenBSD source release). --- crypto/openssh/readconf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crypto/openssh/readconf.h') diff --git a/crypto/openssh/readconf.h b/crypto/openssh/readconf.h index 23df57b..e94213f 100644 --- a/crypto/openssh/readconf.h +++ b/crypto/openssh/readconf.h @@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: readconf.h,v 1.21 2000/09/07 20:27:53 deraadt Exp $"); */ +/* RCSID("$OpenBSD: readconf.h,v 1.22 2000/10/11 20:14:39 markus Exp $"); */ #ifndef READCONF_H #define READCONF_H @@ -47,6 +47,8 @@ typedef struct { #endif int password_authentication; /* Try password * authentication. */ + int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ + char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ int fallback_to_rsh;/* Use rsh if cannot connect with ssh. */ int use_rsh; /* Always use rsh (don\'t try ssh). */ int batch_mode; /* Batch mode: do not ask for passwords. */ -- cgit v1.1