diff options
author | Brian Feldman <green@FreeBSD.org> | 1999-12-04 12:40:39 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 1999-12-04 12:40:39 +0000 |
commit | 99f8fb257288d42919f397282d781c83b8c1a832 (patch) | |
tree | 284cabcf1251f40ad14d1dcd0552d2084a1b2fed /security/openssh | |
parent | I think I forgot to add these... (diff) |
Reduce LoginGraceTime from 10 minutes (!!!) to 30 seconds. More to
come, soon.
Notes
Notes:
svn path=/head/; revision=23572
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 a728a10616d5..3e8278e2a5c4 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 |