summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ao
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-10-03 13:15:16 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-10-03 13:15:16 +0000
commitbf0a21e0d555b7cdf68d46e3e1564b85c35c136d (patch)
tree11dcc1da6ee2e1155a26a8111bb3daa4dfe5650f /security/openssh/files/patch-ao
parent- Added port to comms too. (diff)
- Update to OpenSSH 2.9.9
- convert portname into lowercase - PREFIX support for default sshd_config - security-patch for cookie files obsolete
Notes
Notes: svn path=/head/; revision=48393
Diffstat (limited to 'security/openssh/files/patch-ao')
-rw-r--r--security/openssh/files/patch-ao39
1 files changed, 14 insertions, 25 deletions
diff --git a/security/openssh/files/patch-ao b/security/openssh/files/patch-ao
index d81a41d4bc82..f4b4eea96218 100644
--- a/security/openssh/files/patch-ao
+++ b/security/openssh/files/patch-ao
@@ -1,35 +1,24 @@
---- sshd_config.orig Sat May 26 14:48:18 2001
-+++ sshd_config Sat May 26 15:15:11 2001
-@@ -7,13 +7,13 @@
- #Protocol 2,1
- #ListenAddress 0.0.0.0
- #ListenAddress ::
--HostKey /etc/ssh_host_key
--HostKey /etc/ssh_host_rsa_key
--HostKey /etc/ssh_host_dsa_key
-+HostKey /usr/local/etc/ssh_host_key
-+HostKey /usr/local/etc/ssh_host_rsa_key
-+HostKey /usr/local/etc/ssh_host_dsa_key
- ServerKeyBits 768
+--- sshd_config.orig Thu Sep 20 22:57:51 2001
++++ sshd_config Wed Oct 3 12:37:28 2001
+@@ -25,8 +25,8 @@
+
+ # Authentication:
+
-LoginGraceTime 600
-+LoginGraceTime 120
- KeyRegenerationInterval 3600
-PermitRootLogin yes
++LoginGraceTime 120
+PermitRootLogin no
- #
- # Don't read ~/.rhosts and ~/.shosts files
- IgnoreRhosts yes
-@@ -57,10 +57,10 @@
- #KerberosTgtPassing yes
+ StrictModes yes
- #CheckMail yes
--#UseLogin no
-+UseLogin no
+ RSAAuthentication yes
+@@ -66,8 +66,9 @@
+ #PrintLastLog no
+ KeepAlive yes
+ #UseLogin no
++UseLogin yes
-#MaxStartups 10:30:60
+MaxStartups 10:30:60
#Banner /etc/issue.net
#ReverseMappingCheck yes
--Subsystem sftp /usr/libexec/sftp-server
-+Subsystem sftp /usr/local/libexec/sftp-server