summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.527
1 files changed, 27 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 04b5f1ae8..ca4cb193a 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -57,6 +57,33 @@ Arguments may optionally be enclosed in double quotes
57.Pq \&" 57.Pq \&"
58in order to represent arguments containing spaces. 58in order to represent arguments containing spaces.
59.Pp 59.Pp
60Note that the Debian
61.Ic openssh-server
62package sets several options as standard in
63.Pa /etc/ssh/sshd_config
64which are not the default in
65.Xr sshd 8 .
66The exact list depends on whether the package was installed fresh or
67upgraded from various possible previous versions, but includes at least the
68following:
69.Pp
70.Bl -bullet -offset indent -compact
71.It
72.Cm Protocol No 2
73.It
74.Cm ChallengeResponseAuthentication No no
75.It
76.Cm X11Forwarding No yes
77.It
78.Cm PrintMotd No no
79.It
80.Cm AcceptEnv No LANG LC_*
81.It
82.Cm Subsystem No sftp /usr/lib/openssh/sftp-server
83.It
84.Cm UsePAM No yes
85.El
86.Pp
60The possible 87The possible
61keywords and their meanings are as follows (note that 88keywords and their meanings are as follows (note that
62keywords are case-insensitive and arguments are case-sensitive): 89keywords are case-insensitive and arguments are case-sensitive):