diff options
author | green <green@FreeBSD.org> | 1999-12-04 12:40:39 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-12-04 12:40:39 +0000 |
commit | 88abef057f11fe522fa36651b002ef1f6d2720aa (patch) | |
tree | 56174d2aa9305aee456533511dc9e80f91a23fd0 /security/openssh | |
parent | 5ee8f333741d239c880a969539f29e86ccdc7972 (diff) | |
download | FreeBSD-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-ao | 5 |
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 |