diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-28 04:50:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-28 04:50:31 +0000 |
commit | 22f7f6acb8a8c9cacd0065e1913864821f897afc (patch) | |
tree | f9724110ed52971045a72c144d32a88b9ea616f2 /security/openssh/files/patch-ssh.h | |
parent | Make configure script executable and use ${STRIP_CMD} (diff) |
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"
Notes
Notes:
svn path=/head/; revision=62139
Diffstat (limited to 'security/openssh/files/patch-ssh.h')
-rw-r--r-- | security/openssh/files/patch-ssh.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 |