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 cfa480697..935bb62fa 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -481,12 +481,40 @@ Specifies whether user authentication based on GSSAPI is allowed.
481The default is 481The default is
482.Dq no . 482.Dq no .
483Note that this option applies to protocol version 2 only. 483Note that this option applies to protocol version 2 only.
484.It Cm GSSAPIKeyExchange
485Specifies whether key exchange based on GSSAPI is allowed. GSSAPI key exchange
486doesn't rely on ssh keys to verify host identity.
487The default is
488.Dq no .
489Note that this option applies to protocol version 2 only.
484.It Cm GSSAPICleanupCredentials 490.It Cm GSSAPICleanupCredentials
485Specifies whether to automatically destroy the user's credentials cache 491Specifies whether to automatically destroy the user's credentials cache
486on logout. 492on logout.
487The default is 493The default is
488.Dq yes . 494.Dq yes .
489Note that this option applies to protocol version 2 only. 495Note that this option applies to protocol version 2 only.
496.It Cm GSSAPIStrictAcceptorCheck
497Determines whether to be strict about the identity of the GSSAPI acceptor
498a client authenticates against. If
499.Dq yes
500then the client must authenticate against the
501.Pa host
502service on the current hostname. If
503.Dq no
504then the client may authenticate against any service key stored in the
505machine's default store. This facility is provided to assist with operation
506on multi homed machines.
507The default is
508.Dq yes .
509Note that this option applies only to protocol version 2 GSSAPI connections,
510and setting it to
511.Dq no
512may only work with recent Kerberos GSSAPI libraries.
513.It Cm GSSAPIStoreCredentialsOnRekey
514Controls whether the user's GSSAPI credentials should be updated following a
515successful connection rekeying. This option can be used to accepted renewed
516or updated credentials from a compatible client. The default is
517.Dq no .
490.It Cm HostbasedAuthentication 518.It Cm HostbasedAuthentication
491Specifies whether rhosts or /etc/hosts.equiv authentication together 519Specifies whether rhosts or /etc/hosts.equiv authentication together
492with successful public key client host authentication is allowed 520with successful public key client host authentication is allowed