summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.523
1 files changed, 23 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index af1221445..ce9888d03 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -318,12 +318,35 @@ Specifies whether user authentication based on GSSAPI is allowed.
318The default is 318The default is
319.Dq no . 319.Dq no .
320Note that this option applies to protocol version 2 only. 320Note that this option applies to protocol version 2 only.
321.It Cm GSSAPIKeyExchange
322Specifies whether key exchange based on GSSAPI is allowed. GSSAPI key exchange
323doesn't rely on ssh keys to verify host identity.
324The default is
325.Dq no .
326Note that this option applies to protocol version 2 only.
321.It Cm GSSAPICleanupCredentials 327.It Cm GSSAPICleanupCredentials
322Specifies whether to automatically destroy the user's credentials cache 328Specifies whether to automatically destroy the user's credentials cache
323on logout. 329on logout.
324The default is 330The default is
325.Dq yes . 331.Dq yes .
326Note that this option applies to protocol version 2 only. 332Note that this option applies to protocol version 2 only.
333.It Cm GSSAPIStrictAcceptorCheck
334Determines whether to be strict about the identity of the GSSAPI acceptor
335a client authenticates against. If
336.Dq yes
337then the client must authenticate against the
338.Pa host
339service on the current hostname. If
340.Dq no
341then the client may authenticate against any service key stored in the
342machine's default store. This facility is provided to assist with operation
343on multi homed machines.
344The default is
345.Dq yes .
346Note that this option applies only to protocol version 2 GSSAPI connections,
347and setting it to
348.Dq no
349may only work with recent Kerberos GSSAPI libraries.
327.It Cm HostbasedAuthentication 350.It Cm HostbasedAuthentication
328Specifies whether rhosts or /etc/hosts.equiv authentication together 351Specifies whether rhosts or /etc/hosts.equiv authentication together
329with successful public key client host authentication is allowed 352with successful public key client host authentication is allowed