summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.528
1 files changed, 28 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index fd44abe75..c8b43dae3 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -527,12 +527,40 @@ Specifies whether user authentication based on GSSAPI is allowed.
527The default is 527The default is
528.Dq no . 528.Dq no .
529Note that this option applies to protocol version 2 only. 529Note that this option applies to protocol version 2 only.
530.It Cm GSSAPIKeyExchange
531Specifies whether key exchange based on GSSAPI is allowed. GSSAPI key exchange
532doesn't rely on ssh keys to verify host identity.
533The default is
534.Dq no .
535Note that this option applies to protocol version 2 only.
530.It Cm GSSAPICleanupCredentials 536.It Cm GSSAPICleanupCredentials
531Specifies whether to automatically destroy the user's credentials cache 537Specifies whether to automatically destroy the user's credentials cache
532on logout. 538on logout.
533The default is 539The default is
534.Dq yes . 540.Dq yes .
535Note that this option applies to protocol version 2 only. 541Note that this option applies to protocol version 2 only.
542.It Cm GSSAPIStrictAcceptorCheck
543Determines whether to be strict about the identity of the GSSAPI acceptor
544a client authenticates against. If
545.Dq yes
546then the client must authenticate against the
547.Pa host
548service on the current hostname. If
549.Dq no
550then the client may authenticate against any service key stored in the
551machine's default store. This facility is provided to assist with operation
552on multi homed machines.
553The default is
554.Dq yes .
555Note that this option applies only to protocol version 2 GSSAPI connections,
556and setting it to
557.Dq no
558may only work with recent Kerberos GSSAPI libraries.
559.It Cm GSSAPIStoreCredentialsOnRekey
560Controls whether the user's GSSAPI credentials should be updated following a
561successful connection rekeying. This option can be used to accepted renewed
562or updated credentials from a compatible client. The default is
563.Dq no .
536.It Cm HostbasedAuthentication 564.It Cm HostbasedAuthentication
537Specifies whether rhosts or /etc/hosts.equiv authentication together 565Specifies whether rhosts or /etc/hosts.equiv authentication together
538with successful public key client host authentication is allowed 566with successful public key client host authentication is allowed