summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-05-15 16:07:11 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-05-15 16:07:11 +0000
commit1650ba3f571b034dfa7025a2f0b60c8a0c132116 (patch)
tree7a8a414ee087c5fc9cf2eb5aee318032cff2c2a9 /ssh.h
parentbeecf74e2b3a8cc4dcf00f38b223d5368ca1e0bc (diff)
- deraadt@cvs.openbsd.org 2002/05/07 19:54:36
[ssh.h] use ssh uid
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.h b/ssh.h
index eefd57d5d..fac6c694f 100644
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.h,v 1.66 2002/03/29 19:18:33 stevesk Exp $ */ 1/* $OpenBSD: ssh.h,v 1.67 2002/05/07 19:54:36 deraadt Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -105,7 +105,7 @@
105 * primary group. 105 * primary group.
106 */ 106 */
107#ifndef SSH_PRIVSEP_USER 107#ifndef SSH_PRIVSEP_USER
108#define SSH_PRIVSEP_USER "nobody" 108#define SSH_PRIVSEP_USER "ssh"
109#endif 109#endif
110 110
111/* Minimum modulus size (n) for RSA keys. */ 111/* Minimum modulus size (n) for RSA keys. */