summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-10 18:32:55 +1100
committerDamien Miller <djm@mindrot.org>2002-02-10 18:32:55 +1100
commitafcc22542e97b2a8893b11a8c3f799ef95db9319 (patch)
treed49bda4cda8bc9532bda8eb0ac6afd987a2a8d8c /readconf.h
parent05eda437a64020e8d8a824bb1ae102603f59efb9 (diff)
- deraadt@cvs.openbsd.org 2002/02/10 01:07:05
[readconf.h sshd.8] more /etc/ssh; openbsd@davidkrause.com
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.h b/readconf.h
index 25ffa4668..b1f01734d 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.40 2001/10/01 21:51:16 markus Exp $"); */ 14/* RCSID("$OpenBSD: readconf.h,v 1.41 2002/02/10 01:07:05 deraadt Exp $"); */
15 15
16#ifndef READCONF_H 16#ifndef READCONF_H
17#define READCONF_H 17#define READCONF_H
@@ -81,7 +81,7 @@ typedef struct {
81 char *user; /* User to log in as. */ 81 char *user; /* User to log in as. */
82 int escape_char; /* Escape character; -2 = none */ 82 int escape_char; /* Escape character; -2 = none */
83 83
84 char *system_hostfile;/* Path for /etc/ssh_known_hosts. */ 84 char *system_hostfile;/* Path for /etc/ssh/ssh_known_hosts. */
85 char *user_hostfile; /* Path for $HOME/.ssh/known_hosts. */ 85 char *user_hostfile; /* Path for $HOME/.ssh/known_hosts. */
86 char *system_hostfile2; 86 char *system_hostfile2;
87 char *user_hostfile2; 87 char *user_hostfile2;