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 54b757b7f..fab43af42 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -58,6 +58,33 @@ Arguments may optionally be enclosed in double quotes
58.Pq \&" 58.Pq \&"
59in order to represent arguments containing spaces. 59in order to represent arguments containing spaces.
60.Pp 60.Pp
61Note that the Debian
62.Ic openssh-server
63package sets several options as standard in
64.Pa /etc/ssh/sshd_config
65which are not the default in
66.Xr sshd 8 .
67The exact list depends on whether the package was installed fresh or
68upgraded from various possible previous versions, but includes at least the
69following:
70.Pp
71.Bl -bullet -offset indent -compact
72.It
73.Cm Protocol No 2
74.It
75.Cm ChallengeResponseAuthentication No no
76.It
77.Cm X11Forwarding No yes
78.It
79.Cm PrintMotd No no
80.It
81.Cm AcceptEnv No LANG LC_*
82.It
83.Cm Subsystem No sftp /usr/lib/openssh/sftp-server
84.It
85.Cm UsePAM No yes
86.El
87.Pp
61The possible 88The possible
62keywords and their meanings are as follows (note that 89keywords and their meanings are as follows (note that
63keywords are case-insensitive and arguments are case-sensitive): 90keywords are case-insensitive and arguments are case-sensitive):