summaryrefslogtreecommitdiff
path: root/sshd_config.5
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 /sshd_config.5
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 'sshd_config.5')
-rw-r--r--sshd_config.522
1 files changed, 22 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 79676a955..16be4f628 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -55,6 +55,28 @@ Arguments may optionally be enclosed in double quotes
55.Pq \&" 55.Pq \&"
56in order to represent arguments containing spaces. 56in order to represent arguments containing spaces.
57.Pp 57.Pp
58Note that the Debian
59.Ic openssh-server
60package sets several options as standard in
61.Pa /etc/ssh/sshd_config
62which are not the default in
63.Xr sshd 8 :
64.Pp
65.Bl -bullet -offset indent -compact
66.It
67.Cm ChallengeResponseAuthentication No no
68.It
69.Cm X11Forwarding No yes
70.It
71.Cm PrintMotd No no
72.It
73.Cm AcceptEnv No LANG LC_*
74.It
75.Cm Subsystem No sftp /usr/lib/openssh/sftp-server
76.It
77.Cm UsePAM No yes
78.El
79.Pp
58The possible 80The possible
59keywords and their meanings are as follows (note that 81keywords and their meanings are as follows (note that
60keywords are case-insensitive and arguments are case-sensitive): 82keywords are case-insensitive and arguments are case-sensitive):