diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index e1b54ba20..a0ac717c7 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -637,6 +637,11 @@ The default is | |||
637 | Specifies whether user authentication based on GSSAPI is allowed. | 637 | Specifies whether user authentication based on GSSAPI is allowed. |
638 | The default is | 638 | The default is |
639 | .Cm no . | 639 | .Cm no . |
640 | .It Cm GSSAPIKeyExchange | ||
641 | Specifies whether key exchange based on GSSAPI is allowed. GSSAPI key exchange | ||
642 | doesn't rely on ssh keys to verify host identity. | ||
643 | The default is | ||
644 | .Cm no . | ||
640 | .It Cm GSSAPICleanupCredentials | 645 | .It Cm GSSAPICleanupCredentials |
641 | Specifies whether to automatically destroy the user's credentials cache | 646 | Specifies whether to automatically destroy the user's credentials cache |
642 | on logout. | 647 | on logout. |
@@ -656,6 +661,11 @@ machine's default store. | |||
656 | This facility is provided to assist with operation on multi homed machines. | 661 | This facility is provided to assist with operation on multi homed machines. |
657 | The default is | 662 | The default is |
658 | .Cm yes . | 663 | .Cm yes . |
664 | .It Cm GSSAPIStoreCredentialsOnRekey | ||
665 | Controls whether the user's GSSAPI credentials should be updated following a | ||
666 | successful connection rekeying. This option can be used to accepted renewed | ||
667 | or updated credentials from a compatible client. The default is | ||
668 | .Cm no . | ||
659 | .It Cm HostbasedAcceptedKeyTypes | 669 | .It Cm HostbasedAcceptedKeyTypes |
660 | Specifies the key types that will be accepted for hostbased authentication | 670 | Specifies the key types that will be accepted for hostbased authentication |
661 | as a list of comma-separated patterns. | 671 | as a list of comma-separated patterns. |