diff options
author | 1999-09-28 17:58:51 +0000 | |
---|---|---|
committer | 1999-09-28 17:58:51 +0000 | |
commit | 926ec63c6f080f32cf6f0673179006215e11f729 (patch) | |
tree | a8bcbb8c8d1ad419de4b4d726a73c84305343150 | |
parent | Proper error output. (diff) | |
download | wireguard-openbsd-926ec63c6f080f32cf6f0673179006215e11f729.tar.xz wireguard-openbsd-926ec63c6f080f32cf6f0673179006215e11f729.zip |
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 |