summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
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):