summaryrefslogtreecommitdiffstats
path: root/security/openssh
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-12-04 12:40:39 +0000
committergreen <green@FreeBSD.org>1999-12-04 12:40:39 +0000
commit88abef057f11fe522fa36651b002ef1f6d2720aa (patch)
tree56174d2aa9305aee456533511dc9e80f91a23fd0 /security/openssh
parent5ee8f333741d239c880a969539f29e86ccdc7972 (diff)
downloadFreeBSD-ports-88abef057f11fe522fa36651b002ef1f6d2720aa.zip
FreeBSD-ports-88abef057f11fe522fa36651b002ef1f6d2720aa.tar.gz
Reduce LoginGraceTime from 10 minutes (!!!) to 30 seconds. More to
come, soon.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/files/patch-ao5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssh/files/patch-ao b/security/openssh/files/patch-ao
index a728a10..3e8278e 100644
--- a/security/openssh/files/patch-ao
+++ b/security/openssh/files/patch-ao
@@ -1,13 +1,14 @@
--- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/sshd_config Thu Nov 11 17:58:39 1999
+++ ./sshd_config Tue Nov 23 19:31:58 1999
-@@ -2,11 +2,11 @@
+@@ -3,11 +3,11 @@
Port 22
ListenAddress 0.0.0.0
-HostKey /etc/ssh_host_key
+HostKey __PREFIX__/etc/ssh_host_key
ServerKeyBits 768
- LoginGraceTime 600
+-LoginGraceTime 600
++LoginGraceTime 30
KeyRegenerationInterval 3600
-PermitRootLogin yes
+PermitRootLogin no
OpenPOWER on IntegriCloud