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 85d937d87..08ff70839 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.23 2000/11/12 19:50:37 markus Exp $"); */ 14/* RCSID("$OpenBSD: readconf.h,v 1.24 2000/12/27 12:30:20 markus Exp $"); */
15 15
16#ifndef READCONF_H 16#ifndef READCONF_H
17#define READCONF_H 17#define READCONF_H
@@ -69,6 +69,7 @@ typedef struct {
69 char *ciphers; /* SSH2 ciphers in order of preference. */ 69 char *ciphers; /* SSH2 ciphers in order of preference. */
70 int protocol; /* Protocol in order of preference. */ 70 int protocol; /* Protocol in order of preference. */
71 char *hostname; /* Real host to connect. */ 71 char *hostname; /* Real host to connect. */
72 char *host_key_alias; /* hostname alias for .ssh/known_hosts */
72 char *proxy_command; /* Proxy command for connecting the host. */ 73 char *proxy_command; /* Proxy command for connecting the host. */
73 char *user; /* User to log in as. */ 74 char *user; /* User to log in as. */
74 int escape_char; /* Escape character; -2 = none */ 75 int escape_char; /* Escape character; -2 = none */