diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-22 09:44:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-22 09:44:18 +0000 |
commit | 2731a7bb2e6e56c4bf6079f68ff13d554431cd1a (patch) | |
tree | 323ddece11bcf7285c9a7a3abdb73757f5ad7bae /crypto/openssh/sshd_config | |
parent | f3627e61fab5f43fde6497be508ad14f970eb615 (diff) | |
download | src-2731a7bb2e6e56c4bf6079f68ff13d554431cd1a.tar.gz src-2731a7bb2e6e56c4bf6079f68ff13d554431cd1a.zip |
MFC: Sync with recent bugfixes and changes in -current.
Notes
Notes:
svn path=/stable/4/; revision=66234
Diffstat (limited to 'crypto/openssh/sshd_config')
-rw-r--r-- | crypto/openssh/sshd_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config index 46ebc1fb87ac..ca64fdf6eff5 100644 --- a/crypto/openssh/sshd_config +++ b/crypto/openssh/sshd_config @@ -9,7 +9,7 @@ Port 22 HostKey /etc/ssh/ssh_host_key HostDsaKey /etc/ssh/ssh_host_dsa_key ServerKeyBits 768 -LoginGraceTime 60 +LoginGraceTime 120 KeyRegenerationInterval 3600 PermitRootLogin no # Rate-limit sshd connections to 5 connections per 10 seconds @@ -19,7 +19,7 @@ IgnoreRhosts yes # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication #IgnoreUserKnownHosts yes StrictModes yes -X11Forwarding no +X11Forwarding yes X11DisplayOffset 10 PrintMotd yes KeepAlive yes |