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>2018-10-20 22:54:09 +0100
commita433d9baa031d7136a8cf3e3807ebff83a3a8634 (patch)
tree3fecc984dfc9a222bcc8a5353bca9640c1d48c55 /ssh.1
parentda34947128351bee9d2530574432190548f5be58 (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 by default. sshd: Enable PAM, disable ChallengeResponseAuthentication, and disable PrintMotd. sshd: Enable X11Forwarding. sshd: Set 'AcceptEnv LANG LC_*' by default. sshd: Change sftp subsystem path to /usr/lib/openssh/sftp-server. Document all of this. Author: Russ Allbery <rra@debian.org> Forwarded: not-needed Last-Update: 2017-10-04 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 ad1ed0f86..1bcc8edab 100644
--- a/ssh.1
+++ b/ssh.1
@@ -782,6 +782,16 @@ directive in
782.Xr ssh_config 5 782.Xr ssh_config 5
783for more information. 783for more information.
784.Pp 784.Pp
785(Debian-specific: X11 forwarding is not subjected to X11 SECURITY extension
786restrictions by default, because too many programs currently crash in this
787mode.
788Set the
789.Cm ForwardX11Trusted
790option to
791.Dq no
792to restore the upstream behaviour.
793This may change in future depending on client-side improvements.)
794.Pp
785.It Fl x 795.It Fl x
786Disables X11 forwarding. 796Disables X11 forwarding.
787.Pp 797.Pp
@@ -790,6 +800,17 @@ Enables trusted X11 forwarding.
790Trusted X11 forwardings are not subjected to the X11 SECURITY extension 800Trusted X11 forwardings are not subjected to the X11 SECURITY extension
791controls. 801controls.
792.Pp 802.Pp
803(Debian-specific: This option does nothing in the default configuration: it
804is equivalent to
805.Dq Cm ForwardX11Trusted No yes ,
806which is the default as described above.
807Set the
808.Cm ForwardX11Trusted
809option to
810.Dq no
811to restore the upstream behaviour.
812This may change in future depending on client-side improvements.)
813.Pp
793.It Fl y 814.It Fl y
794Send log information using the 815Send log information using the
795.Xr syslog 3 816.Xr syslog 3