[ssh.h]
     move to sshd.sshd instead
This commit is contained in:
Ben Lindstrom 2002-05-15 16:08:48 +00:00
parent 1650ba3f57
commit 973be0083b
2 changed files with 6 additions and 4 deletions

View File

@ -4,7 +4,9 @@
- deraadt@cvs.openbsd.org 2002/05/07 19:54:36 - deraadt@cvs.openbsd.org 2002/05/07 19:54:36
[ssh.h] [ssh.h]
use ssh uid use ssh uid
- deraadt@cvs.openbsd.org 2002/05/08 21:06:34
[ssh.h]
move to sshd.sshd instead
20020514 20020514
- (stevesk) [README.privsep] PAM+privsep works with Solaris 8. - (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
@ -609,4 +611,4 @@
- (stevesk) entropy.c: typo in debug message - (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@ - (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2122 2002/05/15 16:07:11 mouring Exp $ $Id: ChangeLog,v 1.2123 2002/05/15 16:08:48 mouring Exp $

4
ssh.h
View File

@ -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 <ylo@cs.hut.fi> * Author: Tatu Ylonen <ylo@cs.hut.fi>
@ -105,7 +105,7 @@
* primary group. * primary group.
*/ */
#ifndef SSH_PRIVSEP_USER #ifndef SSH_PRIVSEP_USER
#define SSH_PRIVSEP_USER "ssh" #define SSH_PRIVSEP_USER "sshd"
#endif #endif
/* Minimum modulus size (n) for RSA keys. */ /* Minimum modulus size (n) for RSA keys. */