Running Claude Code on a Jailbroken Kindle over SSH via Tailscale
SMRTR summary
This guide walks through getting outbound SSH working on a jailbroken Kindle — something no existing guide fully covers. It solves two key blockers: glibc static binaries crashing on the Kindle's ancient kernel, and Tailscale's userspace mode lacking kernel routes for apps. The fix uses a musl-compiled Dropbear client and pipes connections through tailscale nc as a ProxyCommand substitute.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article