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 cfa480697..935bb62fa 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -481,12 +481,40 @@ Specifies whether user authentication based on GSSAPI is allowed. | |||
481 | The default is | 481 | The default is |
482 | .Dq no . | 482 | .Dq no . |
483 | Note that this option applies to protocol version 2 only. | 483 | Note that this option applies to protocol version 2 only. |
484 | .It Cm GSSAPIKeyExchange | ||
485 | Specifies whether key exchange based on GSSAPI is allowed. GSSAPI key exchange | ||
486 | doesn't rely on ssh keys to verify host identity. | ||
487 | The default is | ||
488 | .Dq no . | ||
489 | Note that this option applies to protocol version 2 only. | ||
484 | .It Cm GSSAPICleanupCredentials | 490 | .It Cm GSSAPICleanupCredentials |
485 | Specifies whether to automatically destroy the user's credentials cache | 491 | Specifies whether to automatically destroy the user's credentials cache |
486 | on logout. | 492 | on logout. |
487 | The default is | 493 | The default is |
488 | .Dq yes . | 494 | .Dq yes . |
489 | Note that this option applies to protocol version 2 only. | 495 | Note that this option applies to protocol version 2 only. |
496 | .It Cm GSSAPIStrictAcceptorCheck | ||
497 | Determines whether to be strict about the identity of the GSSAPI acceptor | ||
498 | a client authenticates against. If | ||
499 | .Dq yes | ||
500 | then the client must authenticate against the | ||
501 | .Pa host | ||
502 | service on the current hostname. If | ||
503 | .Dq no | ||
504 | then the client may authenticate against any service key stored in the | ||
505 | machine's default store. This facility is provided to assist with operation | ||
506 | on multi homed machines. | ||
507 | The default is | ||
508 | .Dq yes . | ||
509 | Note that this option applies only to protocol version 2 GSSAPI connections, | ||
510 | and setting it to | ||
511 | .Dq no | ||
512 | may only work with recent Kerberos GSSAPI libraries. | ||
513 | .It Cm GSSAPIStoreCredentialsOnRekey | ||
514 | Controls whether the user's GSSAPI credentials should be updated following a | ||
515 | successful connection rekeying. This option can be used to accepted renewed | ||
516 | or updated credentials from a compatible client. The default is | ||
517 | .Dq no . | ||
490 | .It Cm HostbasedAuthentication | 518 | .It Cm HostbasedAuthentication |
491 | Specifies whether rhosts or /etc/hosts.equiv authentication together | 519 | Specifies whether rhosts or /etc/hosts.equiv authentication together |
492 | with successful public key client host authentication is allowed | 520 | with successful public key client host authentication is allowed |