diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-07 19:54:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-07 19:54:37 +0000 |
commit | 4c0479acdd176235604eaab005e915e7c22b0b63 (patch) | |
tree | 9d8d4712576a9ba8f40888e2caaf303463477e08 | |
parent | aa43cb6386667663c70e5747c27423eb5f37178f (diff) |
use ssh uid
-rw-r--r-- | usr.bin/ssh/ssh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h index a28acc6547f..c69ce050991 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/ssh.h @@ -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> @@ -90,7 +90,7 @@ * sshd will change its pivileges to this user and its * primary group. */ -#define SSH_PRIVSEP_USER "nobody" +#define SSH_PRIVSEP_USER "ssh" /* Minimum modulus size (n) for RSA keys. */ #define SSH_RSA_MINIMUM_MODULUS_SIZE 768 |