summaryrefslogtreecommitdiffstats
path: root/readconf.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-10 08:32:55 +0100
committerDamien Miller <djm@mindrot.org>2002-02-10 08:32:55 +0100
commitafcc22542e97b2a8893b11a8c3f799ef95db9319 (patch)
treed49bda4cda8bc9532bda8eb0ac6afd987a2a8d8c /readconf.h
parent - (djm) OpenBSD CVS Sync (diff)
downloadopenssh-afcc22542e97b2a8893b11a8c3f799ef95db9319.tar.xz
openssh-afcc22542e97b2a8893b11a8c3f799ef95db9319.zip
- 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 @@
* called by a name other than "ssh" or "Secure Shell".
*/
-/* RCSID("$OpenBSD: readconf.h,v 1.40 2001/10/01 21:51:16 markus Exp $"); */
+/* RCSID("$OpenBSD: readconf.h,v 1.41 2002/02/10 01:07:05 deraadt Exp $"); */
#ifndef READCONF_H
#define READCONF_H
@@ -81,7 +81,7 @@ typedef struct {
char *user; /* User to log in as. */
int escape_char; /* Escape character; -2 = none */
- char *system_hostfile;/* Path for /etc/ssh_known_hosts. */
+ char *system_hostfile;/* Path for /etc/ssh/ssh_known_hosts. */
char *user_hostfile; /* Path for $HOME/.ssh/known_hosts. */
char *system_hostfile2;
char *user_hostfile2;