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>2020-02-21 12:10:36 +0000
commitcc80ecc65d57a9e68ce84d67bcfece281ffa0e9f (patch)
treeae0f22c19546882adbc8835e068ebafd4e0a4d90 /ssh.1
parenta208834b2d1811dac7054d7fdcdd04672f8b19f6 (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: 2020-02-19 Patch-Name: debian-config.patch
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.124
1 files changed, 24 insertions, 0 deletions
diff --git a/ssh.1 b/ssh.1
index b33a8049f..a8967c2f8 100644
--- a/ssh.1
+++ b/ssh.1
@@ -809,6 +809,16 @@ directive in
809.Xr ssh_config 5 809.Xr ssh_config 5
810for more information. 810for more information.
811.Pp 811.Pp
812(Debian-specific: X11 forwarding is not subjected to X11 SECURITY extension
813restrictions by default, because too many programs currently crash in this
814mode.
815Set the
816.Cm ForwardX11Trusted
817option to
818.Dq no
819to restore the upstream behaviour.
820This may change in future depending on client-side improvements.)
821.Pp
812.It Fl x 822.It Fl x
813Disables X11 forwarding. 823Disables X11 forwarding.
814.Pp 824.Pp
@@ -817,6 +827,20 @@ Enables trusted X11 forwarding.
817Trusted X11 forwardings are not subjected to the X11 SECURITY extension 827Trusted X11 forwardings are not subjected to the X11 SECURITY extension
818controls. 828controls.
819.Pp 829.Pp
830(Debian-specific: In the default configuration, this option is equivalent to
831.Fl X ,
832since
833.Cm ForwardX11Trusted
834defaults to
835.Dq yes
836as described above.
837Set the
838.Cm ForwardX11Trusted
839option to
840.Dq no
841to restore the upstream behaviour.
842This may change in future depending on client-side improvements.)
843.Pp
820.It Fl y 844.It Fl y
821Send log information using the 845Send log information using the
822.Xr syslog 3 846.Xr syslog 3