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-sshd_config | |
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-sshd_config')
-rw-r--r-- | security/openssh/files/patch-sshd_config | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/security/openssh/files/patch-sshd_config b/security/openssh/files/patch-sshd_config index c96c15a99851..78ea8c69fb59 100644 --- a/security/openssh/files/patch-sshd_config +++ b/security/openssh/files/patch-sshd_config @@ -1,10 +1,16 @@ ---- sshd_config Mon Jun 24 20:56:50 2002 -+++ sshd_config.orig Sat Jun 22 12:40:35 2002 -@@ -74,7 +76,9 @@ - #PrintLastLog yes +--- sshd_config.orig Thu Jun 27 22:07:41 2002 ++++ sshd_config Fri Jun 28 06:00:05 2002 +@@ -56,6 +56,7 @@ + + # Change to no to disable s/key passwords + #ChallengeResponseAuthentication yes ++ChallengeResponseAuthentication no + + # Kerberos options + #KerberosAuthentication no +@@ -75,6 +76,7 @@ #KeepAlive yes #UseLogin no -+UseLogin yes #UsePrivilegeSeparation yes +UsePrivilegeSeparation yes #Compression yes |