[readconf.h sshd.8]
     more /etc/ssh; openbsd@davidkrause.com
This commit is contained in:
Damien Miller 2002-02-10 18:32:55 +11:00
parent 05eda437a6
commit afcc22542e
3 changed files with 8 additions and 5 deletions

View File

@ -4,6 +4,9 @@
[pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1] [pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1]
move ssh config files to /etc/ssh move ssh config files to /etc/ssh
- (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match - (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match
- deraadt@cvs.openbsd.org 2002/02/10 01:07:05
[readconf.h sshd.8]
more /etc/ssh; openbsd@davidkrause.com
20020208 20020208
- (djm) OpenBSD CVS Sync - (djm) OpenBSD CVS Sync
@ -7541,4 +7544,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1837 2002/02/10 07:32:28 djm Exp $ $Id: ChangeLog,v 1.1838 2002/02/10 07:32:55 djm Exp $

View File

@ -11,7 +11,7 @@
* called by a name other than "ssh" or "Secure Shell". * 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 #ifndef READCONF_H
#define READCONF_H #define READCONF_H
@ -81,7 +81,7 @@ typedef struct {
char *user; /* User to log in as. */ char *user; /* User to log in as. */
int escape_char; /* Escape character; -2 = none */ 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 *user_hostfile; /* Path for $HOME/.ssh/known_hosts. */
char *system_hostfile2; char *system_hostfile2;
char *user_hostfile2; char *user_hostfile2;

4
sshd.8
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: sshd.8,v 1.167 2002/02/09 17:37:34 deraadt Exp $ .\" $OpenBSD: sshd.8,v 1.168 2002/02/10 01:07:05 deraadt Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -966,7 +966,7 @@ Changes to user's home directory.
If If
.Pa $HOME/.ssh/rc .Pa $HOME/.ssh/rc
exists, runs it; else if exists, runs it; else if
.Pa /etc/sshrc .Pa /etc/ssh/sshrc
exists, runs exists, runs
it; otherwise runs xauth. it; otherwise runs xauth.
The The