You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some ssh option are quoted because their arguments may contain
spaces. These quotes must be passed to ssh and not removed by
the shell, so this command can work:
sh -c $(limactl show-ssh $INSTANCE)
Example output:
ssh -o 'IdentityFile="/Users/jan/Library/Application Support/rancher-desktop/lima/_config/user"' ...
Without the extra single quotes, the `sh -c` command above fails with:
command-line line 0: garbage at end of line; "Support/rancher-desktop/lima/_config/user".
Signed-off-by: Jan Dubois <[email protected]>
0 commit comments