cli icon indicating copy to clipboard operation
cli copied to clipboard

Allow passing ssh options the cli

Open navels opened this issue 9 months ago • 0 comments

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

ConnectTimeout=30

is too short.

Alternatively, respecting connection flags in the user's .ssh/config file would suffice.

navels avatar May 20 '25 14:05 navels