SSH
ColimaStack can read Colima SSH configuration for a selected profile and uses Colima’s SSH command shapes where implemented.
SSH config
Section titled “SSH config”The app invokes:
COLIMA_PROFILE=<profile> colima ssh-configIt can also pass:
--layer=true--layer=falseIf command output is empty, the app can fall back to $COLIMA_HOME/ssh_config when present.
SSH access
Section titled “SSH access”The command shape supported by source is:
COLIMA_PROFILE=<profile> colima ssh [--layer=true|false] [-- <command...>]SSH access can mutate the VM depending on the command you run. Use Activity and Logs to review command outcomes when exposed through app actions.
Troubleshooting
Section titled “Troubleshooting”- Confirm the profile exists and is selected.
- Confirm
colimais available in Diagnostics. - Check profile files in Files and Logs.