diff options
| author | Brian Feldman <green@FreeBSD.org> | 2000-11-04 23:04:25 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2000-11-04 23:04:25 +0000 |
| commit | c512ae8ac925c933208cd6c71172336ffe482637 (patch) | |
| tree | c36b4dc0bc1d855fd19635aa2dee8991fb1fca8b /security/openssh/files/patch-ao | |
| parent | Update to knu-cvsweb 1.104.1.39. (diff) | |
Update to OpenSSH 2.2.0. This is an end-of-life update for the
ports-based OpenSSH. OpenSSH has been in the base system for more
than long enough to justify not having to maintain two separate
FreeBSD versions of OpenSSH.
Diffstat (limited to 'security/openssh/files/patch-ao')
| -rw-r--r-- | security/openssh/files/patch-ao | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/security/openssh/files/patch-ao b/security/openssh/files/patch-ao index 0e5eac8dee2b..96aaa0db0b3f 100644 --- a/security/openssh/files/patch-ao +++ b/security/openssh/files/patch-ao @@ -1,20 +1,29 @@ ---- sshd_config.orig Fri Jan 7 01:27:30 2000 -+++ sshd_config Fri Jan 7 01:31:01 2000 -@@ -3,12 +3,13 @@ - Port 22 +--- sshd_config.orig Fri Aug 4 16:30:35 2000 ++++ sshd_config Sat Nov 4 17:32:28 2000 +@@ -4,12 +4,11 @@ + #Protocol 2,1 #ListenAddress 0.0.0.0 #ListenAddress :: -HostKey /etc/ssh_host_key -+HostKey __PREFIX__/etc/ssh_host_key ++HostKey /usr/local/etc/ssh_host_key ServerKeyBits 768 -LoginGraceTime 600 -+LoginGraceTime 60 ++LoginGraceTime 120 KeyRegenerationInterval 3600 -PermitRootLogin yes -# +PermitRootLogin no -+# Rate-limit sshd connections to 5 connections per 10 seconds -+ConnectionsPerPeriod 5/10 # Don't read ~/.rhosts and ~/.shosts files IgnoreRhosts yes # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication +@@ -48,7 +47,7 @@ + #KerberosTgtPassing yes + + #CheckMail yes +-#UseLogin no ++UseLogin no + +-#Subsystem sftp /usr/local/sbin/sftpd +-#MaxStartups 10:30:60 ++Subsystem sftp /usr/local/sbin/sftpd ++MaxStartups 10:30:60 |
