summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:18 +0000
committerColin Watson <cjwatson@debian.org>2016-02-29 12:35:37 +0000
commit85e40e87a75fb80a0bf893ac05a417d6c353537d (patch)
tree0f76f9976afd1622fe4fd2258fa0136a4ac75312 /ssh.1
parenta7c8a6babe3b4c47fd00bdbefc22fc10d97b9a26 (diff)
Various Debian-specific configuration changes
ssh: Enable ForwardX11Trusted, returning to earlier semantics which cause fewer problems with existing setups (http://bugs.debian.org/237021). ssh: Set 'SendEnv LANG LC_*' by default (http://bugs.debian.org/264024). ssh: Enable HashKnownHosts by default to try to limit the spread of ssh worms. ssh: Enable GSSAPIAuthentication and disable GSSAPIDelegateCredentials by default. Document all of this, along with several sshd defaults set in debian/openssh-server.postinst. Author: Russ Allbery <rra@debian.org> Forwarded: not-needed Last-Update: 2015-12-07 Patch-Name: debian-config.patch
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.121
1 files changed, 21 insertions, 0 deletions
diff --git a/ssh.1 b/ssh.1
index 74d965544..7fb9d3040 100644
--- a/ssh.1
+++ b/ssh.1
@@ -760,6 +760,16 @@ directive in
760.Xr ssh_config 5 760.Xr ssh_config 5
761for more information. 761for more information.
762.Pp 762.Pp
763(Debian-specific: X11 forwarding is not subjected to X11 SECURITY extension
764restrictions by default, because too many programs currently crash in this
765mode.
766Set the
767.Cm ForwardX11Trusted
768option to
769.Dq no
770to restore the upstream behaviour.
771This may change in future depending on client-side improvements.)
772.Pp
763.It Fl x 773.It Fl x
764Disables X11 forwarding. 774Disables X11 forwarding.
765.Pp 775.Pp
@@ -768,6 +778,17 @@ Enables trusted X11 forwarding.
768Trusted X11 forwardings are not subjected to the X11 SECURITY extension 778Trusted X11 forwardings are not subjected to the X11 SECURITY extension
769controls. 779controls.
770.Pp 780.Pp
781(Debian-specific: This option does nothing in the default configuration: it
782is equivalent to
783.Dq Cm ForwardX11Trusted No yes ,
784which is the default as described above.
785Set the
786.Cm ForwardX11Trusted
787option to
788.Dq no
789to restore the upstream behaviour.
790This may change in future depending on client-side improvements.)
791.Pp
771.It Fl y 792.It Fl y
772Send log information using the 793Send log information using the
773.Xr syslog 3 794.Xr syslog 3