1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/security/openssh/files/patch-ao
Brian Feldman c512ae8ac9 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.
2000-11-04 23:04:25 +00:00

30 lines
713 B
Plaintext

--- 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 /usr/local/etc/ssh_host_key
ServerKeyBits 768
-LoginGraceTime 600
+LoginGraceTime 120
KeyRegenerationInterval 3600
-PermitRootLogin yes
-#
+PermitRootLogin no
# 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