View | Details | Raw Unified | Return to bug 2024
Collapse All | Expand All

(-)ssh_config.5 (-1 / +8 lines)
Lines 623-629 and Link Here
623
.Pa ~/.ssh/id_rsa
623
.Pa ~/.ssh/id_rsa
624
for protocol version 2.
624
for protocol version 2.
625
Additionally, any identities represented by the authentication agent
625
Additionally, any identities represented by the authentication agent
626
will be used for authentication.
626
will be used for authentication unless
627
.Cm IdentitiesOnly
628
is set.
627
.Xr ssh 1
629
.Xr ssh 1
628
will try to load certificate information from the filename obtained by
630
will try to load certificate information from the filename obtained by
629
appending
631
appending
Lines 652-657 Multiple Link Here
652
.Cm IdentityFile
654
.Cm IdentityFile
653
directives will add to the list of identities tried (this behaviour
655
directives will add to the list of identities tried (this behaviour
654
differs from that of other configuration directives).
656
differs from that of other configuration directives).
657
.Pp
658
.Cm IdentityFile
659
may be used in conjunction with
660
.Cm IdentitiesOnly
661
to select which identities in an agent are offered during authentication.
655
.It Cm IPQoS
662
.It Cm IPQoS
656
Specifies the IPv4 type-of-service or DSCP class for connections.
663
Specifies the IPv4 type-of-service or DSCP class for connections.
657
Accepted values are
664
Accepted values are

Return to bug 2024