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 596a728f8..55e8d8503 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -424,12 +424,40 @@ Specifies whether user authentication based on GSSAPI is allowed. | |||
424 | The default is | 424 | The default is |
425 | .Dq no . | 425 | .Dq no . |
426 | Note that this option applies to protocol version 2 only. | 426 | Note that this option applies to protocol version 2 only. |
427 | .It Cm GSSAPIKeyExchange | ||
428 | Specifies whether key exchange based on GSSAPI is allowed. GSSAPI key exchange | ||
429 | doesn't rely on ssh keys to verify host identity. | ||
430 | The default is | ||
431 | .Dq no . | ||
432 | Note that this option applies to protocol version 2 only. | ||
427 | .It Cm GSSAPICleanupCredentials | 433 | .It Cm GSSAPICleanupCredentials |
428 | Specifies whether to automatically destroy the user's credentials cache | 434 | Specifies whether to automatically destroy the user's credentials cache |
429 | on logout. | 435 | on logout. |
430 | The default is | 436 | The default is |
431 | .Dq yes . | 437 | .Dq yes . |
432 | Note that this option applies to protocol version 2 only. | 438 | Note that this option applies to protocol version 2 only. |
439 | .It Cm GSSAPIStrictAcceptorCheck | ||
440 | Determines whether to be strict about the identity of the GSSAPI acceptor | ||
441 | a client authenticates against. If | ||
442 | .Dq yes | ||
443 | then the client must authenticate against the | ||
444 | .Pa host | ||
445 | service on the current hostname. If | ||
446 | .Dq no | ||
447 | then the client may authenticate against any service key stored in the | ||
448 | machine's default store. This facility is provided to assist with operation | ||
449 | on multi homed machines. | ||
450 | The default is | ||
451 | .Dq yes . | ||
452 | Note that this option applies only to protocol version 2 GSSAPI connections, | ||
453 | and setting it to | ||
454 | .Dq no | ||
455 | may only work with recent Kerberos GSSAPI libraries. | ||
456 | .It Cm GSSAPIStoreCredentialsOnRekey | ||
457 | Controls whether the user's GSSAPI credentials should be updated following a | ||
458 | successful connection rekeying. This option can be used to accepted renewed | ||
459 | or updated credentials from a compatible client. The default is | ||
460 | .Dq no . | ||
433 | .It Cm HostbasedAuthentication | 461 | .It Cm HostbasedAuthentication |
434 | Specifies whether rhosts or /etc/hosts.equiv authentication together | 462 | Specifies whether rhosts or /etc/hosts.equiv authentication together |
435 | with successful public key client host authentication is allowed | 463 | with successful public key client host authentication is allowed |