- (stevesk) --with-privsep-user; default sshd
diff --git a/ssh.h b/ssh.h
index c5b5003..eefd57d 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