mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
22f7f6acb8
ChallengeResponseAuthentication no UseLogin no SSH_PRIVSEP_USER=sshd, distributioin patch set it to nobodyh. (Jan Srzednicki) #undef USE_PIPES, problems with ppp over ssh. (Kugimoto Takeshi) fix missing includes for "canohost.h"
12 lines
334 B
C
12 lines
334 B
C
--- 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
|