Debug running jobs and inspect VM state with direct SSH access to Blacksmith runners
Setup runner
step:
~/.ssh/config
file to streamline connections:
StrictHostKeyChecking no
and UserKnownHostsFile /dev/null
settings
skip host key verification since runner VMs are ephemeral and get new host
keys each time. This also avoids cluttering your known_hosts file with
temporary VM fingerprints.action-tmate
step as it’s unnecessary with
Blacksmith’s built-in SSH support, and adds complexity to your workflow.~/.ssh/id_ed25519
)