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-04-03 08:26:38 +0100
commit279cd9cd9a66daac701328cb0c53863e2bb5ab02 (patch)
tree576110989e00a499f9a20cbfeb5574ffe36ac9a0 /ssh.1
parent293675c88b02f0a5ba3896db73b2716e70d87b31 (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 f8fc26d2a..8a03db952 100644
--- a/ssh.1
+++ b/ssh.1
@@ -768,6 +768,16 @@ directive in
768.Xr ssh_config 5 768.Xr ssh_config 5
769for more information. 769for more information.
770.Pp 770.Pp
771(Debian-specific: X11 forwarding is not subjected to X11 SECURITY extension
772restrictions by default, because too many programs currently crash in this
773mode.
774Set the
775.Cm ForwardX11Trusted
776option to
777.Dq no
778to restore the upstream behaviour.
779This may change in future depending on client-side improvements.)
780.Pp
771.It Fl x 781.It Fl x
772Disables X11 forwarding. 782Disables X11 forwarding.
773.Pp 783.Pp
@@ -776,6 +786,17 @@ Enables trusted X11 forwarding.
776Trusted X11 forwardings are not subjected to the X11 SECURITY extension 786Trusted X11 forwardings are not subjected to the X11 SECURITY extension
777controls. 787controls.
778.Pp 788.Pp
789(Debian-specific: This option does nothing in the default configuration: it
790is equivalent to
791.Dq Cm ForwardX11Trusted No yes ,
792which is the default as described above.
793Set the
794.Cm ForwardX11Trusted
795option to
796.Dq no
797to restore the upstream behaviour.
798This may change in future depending on client-side improvements.)
799.Pp
779.It Fl y 800.It Fl y
780Send log information using the 801Send log information using the
781.Xr syslog 3 802.Xr syslog 3