diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index a782d6f41..9e1e9a6af 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -527,11 +527,43 @@ Specifies whether user authentication based on GSSAPI is allowed. | |||
527 | The default is | 527 | The default is |
528 | .Dq no . | 528 | .Dq no . |
529 | Note that this option applies to protocol version 2 only. | 529 | Note that this option applies to protocol version 2 only. |
530 | .It Cm GSSAPIKeyExchange | ||
531 | Specifies whether key exchange based on GSSAPI may be used. When using | ||
532 | GSSAPI key exchange the server need not have a host key. | ||
533 | The default is | ||
534 | .Dq no . | ||
535 | Note that this option applies to protocol version 2 only. | ||
536 | .It Cm GSSAPIClientIdentity | ||
537 | If set, specifies the GSSAPI client identity that ssh should use when | ||
538 | connecting to the server. The default is unset, which means that the default | ||
539 | identity will be used. | ||
540 | .It Cm GSSAPIServerIdentity | ||
541 | If set, specifies the GSSAPI server identity that ssh should expect when | ||
542 | connecting to the server. The default is unset, which means that the | ||
543 | expected GSSAPI server identity will be determined from the target | ||
544 | hostname. | ||
530 | .It Cm GSSAPIDelegateCredentials | 545 | .It Cm GSSAPIDelegateCredentials |
531 | Forward (delegate) credentials to the server. | 546 | Forward (delegate) credentials to the server. |
532 | The default is | 547 | The default is |
533 | .Dq no . | 548 | .Dq no . |
534 | Note that this option applies to protocol version 2 only. | 549 | Note that this option applies to protocol version 2 connections using GSSAPI. |
550 | .It Cm GSSAPIRenewalForcesRekey | ||
551 | If set to | ||
552 | .Dq yes | ||
553 | then renewal of the client's GSSAPI credentials will force the rekeying of the | ||
554 | ssh connection. With a compatible server, this can delegate the renewed | ||
555 | credentials to a session on the server. | ||
556 | The default is | ||
557 | .Dq no . | ||
558 | .It Cm GSSAPITrustDns | ||
559 | Set to | ||
560 | .Dq yes to indicate that the DNS is trusted to securely canonicalize | ||
561 | the name of the host being connected to. If | ||
562 | .Dq no, the hostname entered on the | ||
563 | command line will be passed untouched to the GSSAPI library. | ||
564 | The default is | ||
565 | .Dq no . | ||
566 | This option only applies to protocol version 2 connections using GSSAPI. | ||
535 | .It Cm HashKnownHosts | 567 | .It Cm HashKnownHosts |
536 | Indicates that | 568 | Indicates that |
537 | .Xr ssh 1 | 569 | .Xr ssh 1 |