summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2016-05-04 12:21:53 +0000
committerDarren Tucker <dtucker@zip.com.au>2016-05-05 00:01:49 +1000
commitb02ad1ce9105bfa7394ac7590c0729dd52e26a81 (patch)
treeffd061ffac036e169402e36282e8b8f1dd8566cf /readconf.h
parent910e59bba09ac309d78ce61e356da35292212935 (diff)
upstream commit
IdentityAgent for specifying specific agent sockets; ok djm@ Upstream-ID: 3e6a15eb89ea0fd406f108826b7dc7dec4fbfac1
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 5f4451066..f0e498ea2 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.114 2016/04/15 00:30:19 djm Exp $ */ 1/* $OpenBSD: readconf.h,v 1.115 2016/05/04 12:21:53 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -101,6 +101,7 @@ typedef struct {
101 struct sshkey *certificates[SSH_MAX_CERTIFICATE_FILES]; 101 struct sshkey *certificates[SSH_MAX_CERTIFICATE_FILES];
102 102
103 int add_keys_to_agent; 103 int add_keys_to_agent;
104 char *identity_agent; /* Optional path to ssh-agent socket */
104 105
105 /* Local TCP/IP forward requests. */ 106 /* Local TCP/IP forward requests. */
106 int num_local_forwards; 107 int num_local_forwards;