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