diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 2f5410281..6e3c69d05 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -379,12 +379,40 @@ Specifies whether user authentication based on GSSAPI is allowed. | |||
379 | The default is | 379 | The default is |
380 | .Dq no . | 380 | .Dq no . |
381 | Note that this option applies to protocol version 2 only. | 381 | Note that this option applies to protocol version 2 only. |
382 | .It Cm GSSAPIKeyExchange | ||
383 | Specifies whether key exchange based on GSSAPI is allowed. GSSAPI key exchange | ||
384 | doesn't rely on ssh keys to verify host identity. | ||
385 | The default is | ||
386 | .Dq no . | ||
387 | Note that this option applies to protocol version 2 only. | ||
382 | .It Cm GSSAPICleanupCredentials | 388 | .It Cm GSSAPICleanupCredentials |
383 | Specifies whether to automatically destroy the user's credentials cache | 389 | Specifies whether to automatically destroy the user's credentials cache |
384 | on logout. | 390 | on logout. |
385 | The default is | 391 | The default is |
386 | .Dq yes . | 392 | .Dq yes . |
387 | Note that this option applies to protocol version 2 only. | 393 | Note that this option applies to protocol version 2 only. |
394 | .It Cm GSSAPIStrictAcceptorCheck | ||
395 | Determines whether to be strict about the identity of the GSSAPI acceptor | ||
396 | a client authenticates against. If | ||
397 | .Dq yes | ||
398 | then the client must authenticate against the | ||
399 | .Pa host | ||
400 | service on the current hostname. If | ||
401 | .Dq no | ||
402 | then the client may authenticate against any service key stored in the | ||
403 | machine's default store. This facility is provided to assist with operation | ||
404 | on multi homed machines. | ||
405 | The default is | ||
406 | .Dq yes . | ||
407 | Note that this option applies only to protocol version 2 GSSAPI connections, | ||
408 | and setting it to | ||
409 | .Dq no | ||
410 | may only work with recent Kerberos GSSAPI libraries. | ||
411 | .It Cm GSSAPIStoreCredentialsOnRekey | ||
412 | Controls whether the user's GSSAPI credentials should be updated following a | ||
413 | successful connection rekeying. This option can be used to accepted renewed | ||
414 | or updated credentials from a compatible client. The default is | ||
415 | .Dq no . | ||
388 | .It Cm HostbasedAuthentication | 416 | .It Cm HostbasedAuthentication |
389 | Specifies whether rhosts or /etc/hosts.equiv authentication together | 417 | Specifies whether rhosts or /etc/hosts.equiv authentication together |
390 | with successful public key client host authentication is allowed | 418 | with successful public key client host authentication is allowed |