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 2f5410281..6e3c69d05 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -379,12 +379,40 @@ Specifies whether user authentication based on GSSAPI is allowed.
379The default is 379The default is
380.Dq no . 380.Dq no .
381Note that this option applies to protocol version 2 only. 381Note that this option applies to protocol version 2 only.
382.It Cm GSSAPIKeyExchange
383Specifies whether key exchange based on GSSAPI is allowed. GSSAPI key exchange
384doesn't rely on ssh keys to verify host identity.
385The default is
386.Dq no .
387Note that this option applies to protocol version 2 only.
382.It Cm GSSAPICleanupCredentials 388.It Cm GSSAPICleanupCredentials
383Specifies whether to automatically destroy the user's credentials cache 389Specifies whether to automatically destroy the user's credentials cache
384on logout. 390on logout.
385The default is 391The default is
386.Dq yes . 392.Dq yes .
387Note that this option applies to protocol version 2 only. 393Note that this option applies to protocol version 2 only.
394.It Cm GSSAPIStrictAcceptorCheck
395Determines whether to be strict about the identity of the GSSAPI acceptor
396a client authenticates against. If
397.Dq yes
398then the client must authenticate against the
399.Pa host
400service on the current hostname. If
401.Dq no
402then the client may authenticate against any service key stored in the
403machine's default store. This facility is provided to assist with operation
404on multi homed machines.
405The default is
406.Dq yes .
407Note that this option applies only to protocol version 2 GSSAPI connections,
408and setting it to
409.Dq no
410may only work with recent Kerberos GSSAPI libraries.
411.It Cm GSSAPIStoreCredentialsOnRekey
412Controls whether the user's GSSAPI credentials should be updated following a
413successful connection rekeying. This option can be used to accepted renewed
414or updated credentials from a compatible client. The default is
415.Dq no .
388.It Cm HostbasedAuthentication 416.It Cm HostbasedAuthentication
389Specifies whether rhosts or /etc/hosts.equiv authentication together 417Specifies whether rhosts or /etc/hosts.equiv authentication together
390with successful public key client host authentication is allowed 418with successful public key client host authentication is allowed