We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9359b commit 13d5197Copy full SHA for 13d5197
cmd/limactl/copy.go
@@ -64,6 +64,9 @@ func copyAction(clicontext *cli.Context) error {
64
65
sshArgs := []string{}
66
if len(instDirs) == 1 {
67
+ // Only one (instance) host is involved; we can use the instance-specific
68
+ // arguments such as ControlPath. This is preferred as we can multiplex
69
+ // sessions without re-authenticating (MaxSessions permitting).
70
for _, instDir := range instDirs {
71
sshArgs, err = sshutil.SSHArgs(instDir, false)
72
if err != nil {
0 commit comments