=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.h,v retrieving revision 1.66.2.2 retrieving revision 1.66.2.3 diff -u -r1.66.2.2 -r1.66.2.3 --- src/usr.bin/ssh/ssh.h 2002/05/18 04:50:38 1.66.2.2 +++ src/usr.bin/ssh/ssh.h 2002/05/19 15:12:46 1.66.2.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.h,v 1.66.2.2 2002/05/18 04:50:38 jason Exp $ */ +/* $OpenBSD: ssh.h,v 1.66.2.3 2002/05/19 15:12:46 jason Exp $ */ /* * Author: Tatu Ylonen @@ -90,7 +90,7 @@ * sshd will change its privileges to this user and its * primary group. */ -#define SSH_PRIVSEP_USER "sshd" +#define SSH_PRIVSEP_USER "nobody" /* Minimum modulus size (n) for RSA keys. */ #define SSH_RSA_MINIMUM_MODULUS_SIZE 768