diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-06-15 20:14:04 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-06-15 20:14:04 +0000 |
commit | 48500b76a665eb0b09417624157a9adeaf7f11fa (patch) | |
tree | d442b2dc65a22d0c5f486d6441cc7d6eab96d47d /security/ssh/files/patch-ae | |
parent | Portlint. (diff) |
PR: ports/12037
Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG>
Upgrade to 1.2.27.
# I'm not maintainer but it seems that torstenb is too busy to
# look the PR and many people want new version ssh port.
Notes
Notes:
svn path=/head/; revision=19489
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 |