summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
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