diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 7396b238c..09bb5fe33 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -57,6 +57,35 @@ Arguments may optionally be enclosed in double quotes | |||
57 | .Pq \&" | 57 | .Pq \&" |
58 | in order to represent arguments containing spaces. | 58 | in order to represent arguments containing spaces. |
59 | .Pp | 59 | .Pp |
60 | Note that the Debian | ||
61 | .Ic openssh-server | ||
62 | package sets several options as standard in | ||
63 | .Pa /etc/ssh/sshd_config | ||
64 | which are not the default in | ||
65 | .Xr sshd 8 . | ||
66 | The exact list depends on whether the package was installed fresh or | ||
67 | upgraded from various possible previous versions, but includes at least the | ||
68 | following: | ||
69 | .Pp | ||
70 | .Bl -bullet -offset indent -compact | ||
71 | .It | ||
72 | .Cm ChallengeResponseAuthentication No no | ||
73 | .It | ||
74 | .Cm X11Forwarding No yes | ||
75 | .It | ||
76 | .Cm PrintMotd No no | ||
77 | .It | ||
78 | .Cm AcceptEnv No LANG Xo | ||
79 | .No LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT | ||
80 | .No LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME | ||
81 | .No LC_ALL | ||
82 | .Xc | ||
83 | .It | ||
84 | .Cm Subsystem No sftp /usr/lib/openssh/sftp-server | ||
85 | .It | ||
86 | .Cm UsePAM No yes | ||
87 | .El | ||
88 | .Pp | ||
60 | The possible | 89 | The possible |
61 | keywords and their meanings are as follows (note that | 90 | keywords and their meanings are as follows (note that |
62 | keywords are case-insensitive and arguments are case-sensitive): | 91 | keywords are case-insensitive and arguments are case-sensitive): |