Fastest way to debug running jobs and inspect VM state
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.How do I keep a job running for debugging?
action-tmate
step as it’s unnecessary with
Blacksmith’s built-in SSH support, and adds complexity to your workflow.Why am I getting 'Could not resolve hostname'?
Why am I getting 'Permission denied'?
Can multiple people SSH into the same runner?
How long can I stay connected?
How can I get help with SSH access?