diff options
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h index 95d104674..ae61466df 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.h,v 1.86 2010/07/19 09:15:12 djm Exp $ */ | 1 | /* $OpenBSD: readconf.h,v 1.87 2010/09/22 05:01:29 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -73,6 +73,7 @@ typedef struct { | |||
73 | char *ciphers; /* SSH2 ciphers in order of preference. */ | 73 | char *ciphers; /* SSH2 ciphers in order of preference. */ |
74 | char *macs; /* SSH2 macs in order of preference. */ | 74 | char *macs; /* SSH2 macs in order of preference. */ |
75 | char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ | 75 | char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ |
76 | char *kex_algorithms; /* SSH2 kex methods in order of preference. */ | ||
76 | int protocol; /* Protocol in order of preference. */ | 77 | int protocol; /* Protocol in order of preference. */ |
77 | char *hostname; /* Real host to connect. */ | 78 | char *hostname; /* Real host to connect. */ |
78 | char *host_key_alias; /* hostname alias for .ssh/known_hosts */ | 79 | char *host_key_alias; /* hostname alias for .ssh/known_hosts */ |