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