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