diff options
author | 2002-05-07 19:54:36 +0000 | |
---|---|---|
committer | 2002-05-07 19:54:36 +0000 | |
commit | ce0a1eaf3dc01d0e1754f922890d138a5acb6dbb (patch) | |
tree | b5ab86a39c1f8f2482635e43f17f5ba7a2b95d4b | |
parent | ssh uid and gid for privsep (diff) | |
download | wireguard-openbsd-ce0a1eaf3dc01d0e1754f922890d138a5acb6dbb.tar.xz wireguard-openbsd-ce0a1eaf3dc01d0e1754f922890d138a5acb6dbb.zip |
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 |