diff options
Diffstat (limited to 'security/ssh/files/patch-ae')
-rw-r--r-- | security/ssh/files/patch-ae | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/security/ssh/files/patch-ae b/security/ssh/files/patch-ae index 6c0ffecd0ddd..5db3b9c4e63b 100644 --- a/security/ssh/files/patch-ae +++ b/security/ssh/files/patch-ae @@ -1,7 +1,24 @@ -*** server_config.sample.orig Thu Mar 27 09:04:06 1997 ---- server_config.sample Fri Mar 28 15:45:53 1997 +*** server_config.sample.orig Wed May 12 20:18:51 1999 +--- server_config.sample Sun Jun 6 02:36:38 1999 *************** -*** 16,22 **** +*** 7,13 **** + ServerKeyBits 768 + LoginGraceTime 600 + KeyRegenerationInterval 3600 +! PermitRootLogin yes + IgnoreRhosts no + StrictModes yes + QuietMode no +--- 7,13 ---- + ServerKeyBits 768 + LoginGraceTime 600 + KeyRegenerationInterval 3600 +! PermitRootLogin no + IgnoreRhosts no + StrictModes yes + QuietMode no +*************** +*** 16,27 **** FascistLogging no PrintMotd yes KeepAlive yes @@ -9,7 +26,12 @@ RhostsAuthentication no RhostsRSAAuthentication yes RSAAuthentication yes ---- 16,22 ---- + PasswordAuthentication yes +! PermitEmptyPasswords yes + UseLogin no + # CheckMail no + # PidFile /u/zappa/.ssh/pid +--- 16,27 ---- FascistLogging no PrintMotd yes KeepAlive yes @@ -17,3 +39,8 @@ RhostsAuthentication no RhostsRSAAuthentication yes RSAAuthentication yes + PasswordAuthentication yes +! PermitEmptyPasswords no + UseLogin no + # CheckMail no + # PidFile /u/zappa/.ssh/pid |