From 1650ba3f571b034dfa7025a2f0b60c8a0c132116 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Wed, 15 May 2002 16:07:11 +0000 Subject: - deraadt@cvs.openbsd.org 2002/05/07 19:54:36 [ssh.h] use ssh uid --- ssh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssh.h') diff --git a/ssh.h b/ssh.h index eefd57d5d..fac6c694f 100644 --- a/ssh.h +++ b/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 @@ -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. */ -- cgit v1.2.3