We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d95ded commit acc9fb5Copy full SHA for acc9fb5
manifests/server.pp
@@ -164,10 +164,6 @@
164
#
165
'KexAlgorithms' => $kex,
166
167
- # Lifetime and size of ephemeral version 1 server key
168
- 'KeyRegenerationInterval' => '1h',
169
- 'ServerKeyBits' => 2048,
170
-
171
# Authentication
172
# --------------
173
@@ -181,13 +177,11 @@
181
177
'MaxStartups' => '10:30:100',
182
178
183
179
# Enable public key authentication
184
- 'RSAAuthentication' => 'yes',
185
180
'PubkeyAuthentication' => 'yes',
186
187
# Never use host-based authentication. It can be exploited.
188
'IgnoreRhosts' => 'yes',
189
'IgnoreUserKnownHosts' => 'yes',
190
- 'RhostsRSAAuthentication' => 'no',
191
'HostbasedAuthentication' => 'no',
192
193
# Disable password-based authentication, it can allow for
0 commit comments