summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/readconf.h b/readconf.h
index d62428101..f53864854 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.118 2017/04/28 03:20:27 dtucker Exp $ */ 1/* $OpenBSD: readconf.h,v 1.119 2017/04/30 23:11:45 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -75,7 +75,6 @@ typedef struct {
75 char *macs; /* SSH2 macs in order of preference. */ 75 char *macs; /* SSH2 macs in order of preference. */
76 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ 76 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */
77 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ 77 char *kex_algorithms; /* SSH2 kex methods in order of preference. */
78 int protocol; /* Protocol in order of preference. */
79 char *hostname; /* Real host to connect. */ 78 char *hostname; /* Real host to connect. */
80 char *host_key_alias; /* hostname alias for .ssh/known_hosts */ 79 char *host_key_alias; /* hostname alias for .ssh/known_hosts */
81 char *proxy_command; /* Proxy command for connecting the host. */ 80 char *proxy_command; /* Proxy command for connecting the host. */