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>2017-10-04 13:54:48 +0100
commit4847e512c0b94c615b838904a5f139a761bee284 (patch)
treef4784e39f9700a109ce869711b69ecfaa81d6f09 /ssh.1
parentba3f6b85ede72ef42987f0069f5ed2b88ebe69fd (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 711fe6087..f1b01c566 100644
--- a/ssh.1
+++ b/ssh.1
@@ -764,6 +764,16 @@ directive in
764.Xr ssh_config 5 764.Xr ssh_config 5
765for more information. 765for more information.
766.Pp 766.Pp
767(Debian-specific: X11 forwarding is not subjected to X11 SECURITY extension
768restrictions by default, because too many programs currently crash in this
769mode.
770Set the
771.Cm ForwardX11Trusted
772option to
773.Dq no
774to restore the upstream behaviour.
775This may change in future depending on client-side improvements.)
776.Pp
767.It Fl x 777.It Fl x
768Disables X11 forwarding. 778Disables X11 forwarding.
769.Pp 779.Pp
@@ -772,6 +782,17 @@ Enables trusted X11 forwarding.
772Trusted X11 forwardings are not subjected to the X11 SECURITY extension 782Trusted X11 forwardings are not subjected to the X11 SECURITY extension
773controls. 783controls.
774.Pp 784.Pp
785(Debian-specific: This option does nothing in the default configuration: it
786is equivalent to
787.Dq Cm ForwardX11Trusted No yes ,
788which is the default as described above.
789Set the
790.Cm ForwardX11Trusted
791option to
792.Dq no
793to restore the upstream behaviour.
794This may change in future depending on client-side improvements.)
795.Pp
775.It Fl y 796.It Fl y
776Send log information using the 797Send log information using the
777.Xr syslog 3 798.Xr syslog 3