[ssh.h]
     use ssh uid
This commit is contained in:
Ben Lindstrom 2002-05-15 16:07:11 +00:00
parent beecf74e2b
commit 1650ba3f57
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
20020515
- (bal) CVS ID fix up on auth-passwd.c
- (bal) OpenBSD CVS Sync
- deraadt@cvs.openbsd.org 2002/05/07 19:54:36
[ssh.h]
use ssh uid
20020514
- (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
@ -604,4 +609,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2121 2002/05/15 15:59:17 mouring Exp $
$Id: ChangeLog,v 1.2122 2002/05/15 16:07:11 mouring Exp $

4
ssh.h
View File

@ -1,4 +1,4 @@
/* $OpenBSD: ssh.h,v 1.66 2002/03/29 19:18:33 stevesk Exp $ */
/* $OpenBSD: ssh.h,v 1.67 2002/05/07 19:54:36 deraadt Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@ -105,7 +105,7 @@
* primary group.
*/
#ifndef SSH_PRIVSEP_USER
#define SSH_PRIVSEP_USER "nobody"
#define SSH_PRIVSEP_USER "ssh"
#endif
/* Minimum modulus size (n) for RSA keys. */