### Description I found [docker/cli/pull/2541](https://github.com/docker/cli/pull/2541) but that doesn't extend to the cli, just the docker/cli module. My use case is that the hard-coded ``` ConnectTimeout=30 ``` is too short. Alternatively, respecting connection flags in the user's `.ssh/config` file would suffice.
Description
I found docker/cli/pull/2541 but that doesn't extend to the cli, just the docker/cli module.
My use case is that the hard-coded
is too short.
Alternatively, respecting connection flags in the user's
.ssh/configfile would suffice.