From afcc22542e97b2a8893b11a8c3f799ef95db9319 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 10 Feb 2002 18:32:55 +1100 Subject: - deraadt@cvs.openbsd.org 2002/02/10 01:07:05 [readconf.h sshd.8] more /etc/ssh; openbsd@davidkrause.com --- readconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readconf.h') 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; -- cgit v1.2.3