diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 04:42:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 04:42:53 +0000 |
commit | cdfe97f541f5eaf75a9a5faf7f7111bd77d3376b (patch) | |
tree | 16ffc4b8d177c092f28e8266eef6820d2e109d4d /security/openssh-portable/files/patch-sshd_config | |
parent | - run ldconfig on the GNUstep dir only (diff) |
- cleanup patches
(only context changed)
Notes
Notes:
svn path=/head/; revision=118777
Diffstat (limited to 'security/openssh-portable/files/patch-sshd_config')
-rw-r--r-- | security/openssh-portable/files/patch-sshd_config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/openssh-portable/files/patch-sshd_config b/security/openssh-portable/files/patch-sshd_config index ca7fe10a0234..0d7486dcb83b 100644 --- a/security/openssh-portable/files/patch-sshd_config +++ b/security/openssh-portable/files/patch-sshd_config @@ -1,14 +1,14 @@ ---- sshd_config.orig Tue Sep 2 14:51:18 2003 -+++ sshd_config Tue Sep 16 20:05:44 2003 +--- sshd_config.orig Mon May 24 02:36:24 2004 ++++ sshd_config Mon Sep 20 05:04:48 2004 @@ -34,6 +34,7 @@ #LoginGraceTime 2m #PermitRootLogin yes +PermitRootLogin no #StrictModes yes + #MaxAuthTries 6 - #RSAAuthentication yes -@@ -56,6 +57,7 @@ +@@ -57,6 +58,7 @@ # Change to no to disable s/key passwords #ChallengeResponseAuthentication yes |