#!/usr/bin/env bash # Run a command on the pod (bt411-pod, user 'user') over the tailnet. exec ssh -i ~/.ssh/bt411_pod -o BatchMode=yes -o StrictHostKeyChecking=no \ -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR -o ConnectTimeout=10 \ user@100.107.167.96 "$@"