summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-08-06 21:27:53 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-08-06 21:27:53 +0000
commitae996bf7d1967c83a0e0d71e9e89fa9a27d839f9 (patch)
treef86f60887b43e7afce310e073ac48417f588b1b9 /readconf.h
parent94baf30d14ec1fb5b483ccca983d9faf3ef0ae2e (diff)
- jakob@cvs.openbsd.org 2001/07/31 09:28:44
[readconf.c readconf.h ssh.1 ssh.c] add 'SmartcardDevice' client option to specify which smartcard device is used to access a smartcard used for storing the user's private RSA key. ok markus@.
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 f91dc3899..623a44810 100644
--- a/readconf.h
+++ b/readconf.h
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: readconf.h,v 1.35 2001/06/26 17:27:24 markus Exp $"); */ 14/* RCSID("$OpenBSD: readconf.h,v 1.36 2001/07/31 09:28:44 jakob Exp $"); */
15 15
16#ifndef READCONF_H 16#ifndef READCONF_H
17#define READCONF_H 17#define READCONF_H
@@ -87,6 +87,7 @@ typedef struct {
87 char *user_hostfile2; 87 char *user_hostfile2;
88 char *preferred_authentications; 88 char *preferred_authentications;
89 char *bind_address; /* local socket address for connection to sshd */ 89 char *bind_address; /* local socket address for connection to sshd */
90 int smartcard_device; /* Smartcard reader device */
90 91
91 int num_identity_files; /* Number of files for RSA/DSA identities. */ 92 int num_identity_files; /* Number of files for RSA/DSA identities. */
92 char *identity_files[SSH_MAX_IDENTITY_FILES]; 93 char *identity_files[SSH_MAX_IDENTITY_FILES];