From 897fecd33983dfd6ed50dc7e0b8c9523d2df921d Mon Sep 17 00:00:00 2001 From: mouring Date: Wed, 15 May 2002 16:08:48 +0000 Subject: [PATCH] - deraadt@cvs.openbsd.org 2002/05/08 21:06:34 [ssh.h] move to sshd.sshd instead --- ChangeLog | 4 +++- ssh.h | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index cc0ab2a4..497a1aee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,9 @@ - deraadt@cvs.openbsd.org 2002/05/07 19:54:36 [ssh.h] use ssh uid - + - deraadt@cvs.openbsd.org 2002/05/08 21:06:34 + [ssh.h] + move to sshd.sshd instead 20020514 - (stevesk) [README.privsep] PAM+privsep works with Solaris 8. diff --git a/ssh.h b/ssh.h index fac6c694..75900716 100644 --- a/ssh.h +++ b/ssh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.h,v 1.67 2002/05/07 19:54:36 deraadt Exp $ */ +/* $OpenBSD: ssh.h,v 1.68 2002/05/08 21:06:34 deraadt Exp $ */ /* * Author: Tatu Ylonen @@ -105,7 +105,7 @@ * primary group. */ #ifndef SSH_PRIVSEP_USER -#define SSH_PRIVSEP_USER "ssh" +#define SSH_PRIVSEP_USER "sshd" #endif /* Minimum modulus size (n) for RSA keys. */ -- 2.45.1