diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index fd205e418..d25b2f3d5 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -65,6 +65,8 @@ which are not the default in | |||
65 | .Pp | 65 | .Pp |
66 | .Bl -bullet -offset indent -compact | 66 | .Bl -bullet -offset indent -compact |
67 | .It | 67 | .It |
68 | .Cm Include /etc/ssh/sshd_config.d/*.conf | ||
69 | .It | ||
68 | .Cm ChallengeResponseAuthentication No no | 70 | .Cm ChallengeResponseAuthentication No no |
69 | .It | 71 | .It |
70 | .Cm X11Forwarding No yes | 72 | .Cm X11Forwarding No yes |
@@ -78,6 +80,11 @@ which are not the default in | |||
78 | .Cm UsePAM No yes | 80 | .Cm UsePAM No yes |
79 | .El | 81 | .El |
80 | .Pp | 82 | .Pp |
83 | .Pa /etc/ssh/sshd_config.d/*.conf | ||
84 | files are included at the start of the configuration file, so options set | ||
85 | there will override those in | ||
86 | .Pa /etc/ssh/sshd_config. | ||
87 | .Pp | ||
81 | The possible | 88 | The possible |
82 | keywords and their meanings are as follows (note that | 89 | keywords and their meanings are as follows (note that |
83 | keywords are case-insensitive and arguments are case-sensitive): | 90 | keywords are case-insensitive and arguments are case-sensitive): |