diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:18 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-03-21 12:06:16 +0000 |
commit | d888c9637031a93c13c168a35e99e9aa76c14a9a (patch) | |
tree | 14880b9f3772ddfc5682345c20a73f156e22d336 /ssh.1 | |
parent | 643bc17ada741a9ee5b86170ad313f83278e1f72 (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.1 | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -760,6 +760,16 @@ directive in | |||
760 | .Xr ssh_config 5 | 760 | .Xr ssh_config 5 |
761 | for more information. | 761 | for more information. |
762 | .Pp | 762 | .Pp |
763 | (Debian-specific: X11 forwarding is not subjected to X11 SECURITY extension | ||
764 | restrictions by default, because too many programs currently crash in this | ||
765 | mode. | ||
766 | Set the | ||
767 | .Cm ForwardX11Trusted | ||
768 | option to | ||
769 | .Dq no | ||
770 | to restore the upstream behaviour. | ||
771 | This may change in future depending on client-side improvements.) | ||
772 | .Pp | ||
763 | .It Fl x | 773 | .It Fl x |
764 | Disables X11 forwarding. | 774 | Disables X11 forwarding. |
765 | .Pp | 775 | .Pp |
@@ -768,6 +778,17 @@ Enables trusted X11 forwarding. | |||
768 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension | 778 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension |
769 | controls. | 779 | controls. |
770 | .Pp | 780 | .Pp |
781 | (Debian-specific: This option does nothing in the default configuration: it | ||
782 | is equivalent to | ||
783 | .Dq Cm ForwardX11Trusted No yes , | ||
784 | which is the default as described above. | ||
785 | Set the | ||
786 | .Cm ForwardX11Trusted | ||
787 | option to | ||
788 | .Dq no | ||
789 | to restore the upstream behaviour. | ||
790 | This may change in future depending on client-side improvements.) | ||
791 | .Pp | ||
771 | .It Fl y | 792 | .It Fl y |
772 | Send log information using the | 793 | Send log information using the |
773 | .Xr syslog 3 | 794 | .Xr syslog 3 |