summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
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 5ea0c296b..8e4900d01 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.127 2018/07/19 10:28:47 dtucker Exp $ */ 1/* $OpenBSD: readconf.h,v 1.128 2018/09/20 03:30:44 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -72,6 +72,7 @@ typedef struct {
72 char *macs; /* SSH2 macs in order of preference. */ 72 char *macs; /* SSH2 macs in order of preference. */
73 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ 73 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */
74 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ 74 char *kex_algorithms; /* SSH2 kex methods in order of preference. */
75 char *ca_sign_algorithms; /* Allowed CA signature algorithms */
75 char *hostname; /* Real host to connect. */ 76 char *hostname; /* Real host to connect. */
76 char *host_key_alias; /* hostname alias for .ssh/known_hosts */ 77 char *host_key_alias; /* hostname alias for .ssh/known_hosts */
77 char *proxy_command; /* Proxy command for connecting the host. */ 78 char *proxy_command; /* Proxy command for connecting the host. */