summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.530
1 files changed, 30 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 70ccea449..f6b41a2f8 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -646,6 +646,11 @@ Specifies whether to automatically destroy the user's credentials cache
646on logout. 646on logout.
647The default is 647The default is
648.Cm yes . 648.Cm yes .
649.It Cm GSSAPIKeyExchange
650Specifies whether key exchange based on GSSAPI is allowed. GSSAPI key exchange
651doesn't rely on ssh keys to verify host identity.
652The default is
653.Cm no .
649.It Cm GSSAPIStrictAcceptorCheck 654.It Cm GSSAPIStrictAcceptorCheck
650Determines whether to be strict about the identity of the GSSAPI acceptor 655Determines whether to be strict about the identity of the GSSAPI acceptor
651a client authenticates against. 656a client authenticates against.
@@ -660,6 +665,31 @@ machine's default store.
660This facility is provided to assist with operation on multi homed machines. 665This facility is provided to assist with operation on multi homed machines.
661The default is 666The default is
662.Cm yes . 667.Cm yes .
668.It Cm GSSAPIStoreCredentialsOnRekey
669Controls whether the user's GSSAPI credentials should be updated following a
670successful connection rekeying. This option can be used to accepted renewed
671or updated credentials from a compatible client. The default is
672.Dq no .
673.Pp
674For this to work
675.Cm GSSAPIKeyExchange
676needs to be enabled in the server and also used by the client.
677.It Cm GSSAPIKexAlgorithms
678The list of key exchange algorithms that are accepted by GSSAPI
679key exchange. Possible values are
680.Bd -literal -offset 3n
681gss-gex-sha1-,
682gss-group1-sha1-,
683gss-group14-sha1-,
684gss-group14-sha256-,
685gss-group16-sha512-,
686gss-nistp256-sha256-,
687gss-curve25519-sha256-
688.Ed
689.Pp
690The default is
691.Dq gss-gex-sha1-,gss-group14-sha1- .
692This option only applies to protocol version 2 connections using GSSAPI.
663.It Cm HostbasedAcceptedKeyTypes 693.It Cm HostbasedAcceptedKeyTypes
664Specifies the key types that will be accepted for hostbased authentication 694Specifies the key types that will be accepted for hostbased authentication
665as a list of comma-separated patterns. 695as a list of comma-separated patterns.