diff options
author | Kevin Steves <stevesk@pobox.com> | 2002-04-07 19:22:54 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2002-04-07 19:22:54 +0000 |
commit | 7ff911216bbc288869c6b8ce99cd812ead66b886 (patch) | |
tree | 1046540d4cf19de550198d7d21b2fca00a70e901 /ssh.h | |
parent | b1184bbf2931f064b5b38c3a0fe9440d02c67610 (diff) |
- (stevesk) --with-privsep-user; default sshd
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -104,7 +104,9 @@ | |||
104 | * sshd will change its pivileges to this user and its | 104 | * sshd will change its pivileges to this user and its |
105 | * primary group. | 105 | * primary group. |
106 | */ | 106 | */ |
107 | #ifndef SSH_PRIVSEP_USER | ||
107 | #define SSH_PRIVSEP_USER "nobody" | 108 | #define SSH_PRIVSEP_USER "nobody" |
109 | #endif | ||
108 | 110 | ||
109 | /* Minimum modulus size (n) for RSA keys. */ | 111 | /* Minimum modulus size (n) for RSA keys. */ |
110 | #define SSH_RSA_MINIMUM_MODULUS_SIZE 768 | 112 | #define SSH_RSA_MINIMUM_MODULUS_SIZE 768 |