diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 71a293ffb..841cb29d3 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -277,6 +277,12 @@ Specifies whether user authentication based on GSSAPI is allowed. | |||
277 | The default is | 277 | The default is |
278 | .Dq no . | 278 | .Dq no . |
279 | Note that this option applies to protocol version 2 only. | 279 | Note that this option applies to protocol version 2 only. |
280 | .It Cm GSSAPIKeyExchange | ||
281 | Specifies whether key exchange based on GSSAPI is allowed. GSSAPI key exchange | ||
282 | doesn't rely on ssh keys to verify host identity. | ||
283 | The default is | ||
284 | .Dq no . | ||
285 | Note that this option applies to protocol version 2 only. | ||
280 | .It Cm GSSAPICleanupCredentials | 286 | .It Cm GSSAPICleanupCredentials |
281 | Specifies whether to automatically destroy the user's credentials cache | 287 | Specifies whether to automatically destroy the user's credentials cache |
282 | on logout. | 288 | on logout. |