Feeling like a hacker. Accidentally had a tailscale key set to expire on one of my homelab nodes. I was able to use a working node as a jump host to connect to the problem node and fix the issue.
```
$ ssh -J travis@host1 travis@192.168.1.xxx
```
#ssh