=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.h,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- src/usr.bin/ssh/ssh.h 2002/05/07 19:54:36 1.67 +++ src/usr.bin/ssh/ssh.h 2002/05/08 21:06:34 1.68 @@ -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 @@ -90,7 +90,7 @@ * sshd will change its pivileges to this user and its * primary group. */ -#define SSH_PRIVSEP_USER "ssh" +#define SSH_PRIVSEP_USER "sshd" /* Minimum modulus size (n) for RSA keys. */ #define SSH_RSA_MINIMUM_MODULUS_SIZE 768