From 22f7f6acb8a8c9cacd0065e1913864821f897afc Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 28 Jun 2002 04:50:31 +0000 Subject: Defaults changed: (Gregory Sutter) 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" --- security/openssh/files/patch-ssh.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/openssh/files/patch-ssh.h (limited to 'security/openssh/files/patch-ssh.h') diff --git a/security/openssh/files/patch-ssh.h b/security/openssh/files/patch-ssh.h new file mode 100644 index 000000000000..bd6dbc351b85 --- /dev/null +++ b/security/openssh/files/patch-ssh.h @@ -0,0 +1,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 -- cgit v1.2.3