blob: bd6dbc351b85dbf7b9787a5084e29d1b121bcc81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ssh.h.orig Fri Jun 28 06:15:27 2002
+++ ssh.h Fri Jun 28 06:16:33 2002
@@ -90,7 +90,7 @@
* sshd will change its privileges to this user and its
* primary group.
*/
-#define SSH_PRIVSEP_USER "nobody"
+#define SSH_PRIVSEP_USER "sshd"
/* Minimum modulus size (n) for RSA keys. */
#define SSH_RSA_MINIMUM_MODULUS_SIZE 768
|