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