diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 22 |
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 \&" |
56 | in order to represent arguments containing spaces. | 56 | in order to represent arguments containing spaces. |
57 | .Pp | 57 | .Pp |
58 | Note that the Debian | ||
59 | .Ic openssh-server | ||
60 | package sets several options as standard in | ||
61 | .Pa /etc/ssh/sshd_config | ||
62 | which 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 | ||
58 | The possible | 80 | The possible |
59 | keywords and their meanings are as follows (note that | 81 | keywords and their meanings are as follows (note that |
60 | keywords are case-insensitive and arguments are case-sensitive): | 82 | keywords are case-insensitive and arguments are case-sensitive): |