summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-04-07 19:22:54 +0000
committerKevin Steves <stevesk@pobox.com>2002-04-07 19:22:54 +0000
commit7ff911216bbc288869c6b8ce99cd812ead66b886 (patch)
tree1046540d4cf19de550198d7d21b2fca00a70e901 /ssh.h
parentb1184bbf2931f064b5b38c3a0fe9440d02c67610 (diff)
downloadopenssh-git-7ff911216bbc288869c6b8ce99cd812ead66b886.tar.gz
- (stevesk) --with-privsep-user; default sshd
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh.h b/ssh.h
index c5b50034..eefd57d5 100644
--- a/ssh.h
+++ b/ssh.h
@@ -104,7 +104,9 @@
* sshd will change its pivileges to this user and its
* primary group.
*/
+#ifndef SSH_PRIVSEP_USER
#define SSH_PRIVSEP_USER "nobody"
+#endif
/* Minimum modulus size (n) for RSA keys. */
#define SSH_RSA_MINIMUM_MODULUS_SIZE 768