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 b224f2929..2baa6622b 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -653,6 +653,11 @@ Specifies whether to automatically destroy the user's credentials cache
653on logout. 653on logout.
654The default is 654The default is
655.Cm yes . 655.Cm yes .
656.It Cm GSSAPIKeyExchange
657Specifies whether key exchange based on GSSAPI is allowed. GSSAPI key exchange
658doesn't rely on ssh keys to verify host identity.
659The default is
660.Cm no .
656.It Cm GSSAPIStrictAcceptorCheck 661.It Cm GSSAPIStrictAcceptorCheck
657Determines whether to be strict about the identity of the GSSAPI acceptor 662Determines whether to be strict about the identity of the GSSAPI acceptor
658a client authenticates against. 663a client authenticates against.
@@ -667,6 +672,31 @@ machine's default store.
667This facility is provided to assist with operation on multi homed machines. 672This facility is provided to assist with operation on multi homed machines.
668The default is 673The default is
669.Cm yes . 674.Cm yes .
675.It Cm GSSAPIStoreCredentialsOnRekey
676Controls whether the user's GSSAPI credentials should be updated following a
677successful connection rekeying. This option can be used to accepted renewed
678or updated credentials from a compatible client. The default is
679.Dq no .
680.Pp
681For this to work
682.Cm GSSAPIKeyExchange
683needs to be enabled in the server and also used by the client.
684.It Cm GSSAPIKexAlgorithms
685The list of key exchange algorithms that are accepted by GSSAPI
686key exchange. Possible values are
687.Bd -literal -offset 3n
688gss-gex-sha1-,
689gss-group1-sha1-,
690gss-group14-sha1-,
691gss-group14-sha256-,
692gss-group16-sha512-,
693gss-nistp256-sha256-,
694gss-curve25519-sha256-
695.Ed
696.Pp
697The default is
698.Dq gss-gex-sha1-,gss-group14-sha1- .
699This option only applies to protocol version 2 connections using GSSAPI.
670.It Cm HostbasedAcceptedKeyTypes 700.It Cm HostbasedAcceptedKeyTypes
671Specifies the key types that will be accepted for hostbased authentication 701Specifies the key types that will be accepted for hostbased authentication
672as a list of comma-separated patterns. 702as a list of comma-separated patterns.