diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-28 17:58:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-28 17:58:52 +0000 |
commit | e5b9e7d177d42ab214f078df5c7aa884adc67a68 (patch) | |
tree | 01d30d755d0a1197260259e89169788f0fa74d67 | |
parent | 34ae374b0700cc8375a7c2705b42cb0d7bc9efa3 (diff) |
change X options to nice defaults
-rw-r--r-- | usr.bin/ssh/sshd_config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 10837e84705..6827908370c 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -13,7 +13,8 @@ PermitRootLogin yes IgnoreRhosts yes StrictModes yes QuietMode no -X11Forwarding yes +X11Forwarding no +X11DisplayOffset 10 FascistLogging no PrintMotd yes KeepAlive yes |