From 05eda437a64020e8d8a824bb1ae102603f59efb9 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 10 Feb 2002 18:32:28 +1100 Subject: - (djm) OpenBSD CVS Sync - deraadt@cvs.openbsd.org 2002/02/09 17:37:34 [pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1] move ssh config files to /etc/ssh - (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match --- session.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'session.c') diff --git a/session.c b/session.c index 431936ac6..441ff8cdb 100644 --- a/session.c +++ b/session.c @@ -33,7 +33,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.124 2002/02/06 14:37:22 markus Exp $"); +RCSID("$OpenBSD: session.c,v 1.125 2002/02/09 17:37:34 deraadt Exp $"); #include "ssh.h" #include "ssh1.h" @@ -1324,8 +1324,8 @@ do_child(Session *s, const char *command) close(i); /* - * Must take new environment into use so that .ssh/rc, /etc/sshrc and - * xauth are run in the proper environment. + * Must take new environment into use so that .ssh/rc, + * /etc/ssh/sshrc and xauth are run in the proper environment. */ environ = env; @@ -1352,8 +1352,8 @@ do_child(Session *s, const char *command) } /* - * Run $HOME/.ssh/rc, /etc/sshrc, or xauth (whichever is found first - * in this order). + * Run $HOME/.ssh/rc, /etc/ssh/sshrc, or xauth (whichever is found + * first in this order). */ if (!options.use_login) { /* ignore _PATH_SSH_USER_RC for subsystems */ -- cgit v1.2.3